Skip to content

Commit 3f849bb

Browse files
authored
docs: fix formatting in contributors guide (#26)
1 parent 1badb27 commit 3f849bb

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

CONTRIBUTING.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,22 @@ After you push changes to GitHub, use `pipx` to run the server for a specific
7777
branch, and use the `--no-cache` option so `pipx` gets the
7878
latest changes.
7979
80-
Here's an example that runs the latest code from a branch named
81-
`awesome-feature-42` in this repo:
82-
83-
```json
84-
{
85-
"mcpServers": {
86-
"analytics-mcp": {
87-
"command": "pipx",
88-
"args": [
89-
"run",
90-
"--no-cache",
91-
"--spec",
92-
"git+https://github.com/googleanalytics/google-analytics-mcp.git@awesome-feature-42",
93-
"google-analytics-mcp"
94-
]
95-
}
96-
}
80+
Here's an example of an `mcpServers` entry that runs the latest code from a
81+
branch named `awesome-feature-42` in this repo:
82+
83+
```json
84+
{
85+
"mcpServers": {
86+
"analytics-mcp": {
87+
"command": "pipx",
88+
"args": [
89+
"run",
90+
"--no-cache",
91+
"--spec",
92+
"git+https://github.com/googleanalytics/google-analytics-mcp.git@awesome-feature-42",
93+
"google-analytics-mcp"
94+
]
9795
}
98-
```
96+
}
97+
}
98+
```

0 commit comments

Comments
 (0)