Skip to content

Commit 0e519ca

Browse files
authored
Merge pull request #1519 from olaservo/olaservo-patch-1
Update fetch Readme JSON snippets for installation to be complete JSON
2 parents 8fb7bbd + 5514774 commit 0e519ca

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

src/fetch/README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ Add to your Claude settings:
5555
<summary>Using uvx</summary>
5656

5757
```json
58-
"mcpServers": {
59-
"fetch": {
60-
"command": "uvx",
61-
"args": ["mcp-server-fetch"]
58+
{
59+
"mcpServers": {
60+
"fetch": {
61+
"command": "uvx",
62+
"args": ["mcp-server-fetch"]
63+
}
6264
}
6365
}
6466
```
@@ -68,10 +70,12 @@ Add to your Claude settings:
6870
<summary>Using docker</summary>
6971

7072
```json
71-
"mcpServers": {
72-
"fetch": {
73-
"command": "docker",
74-
"args": ["run", "-i", "--rm", "mcp/fetch"]
73+
{
74+
"mcpServers": {
75+
"fetch": {
76+
"command": "docker",
77+
"args": ["run", "-i", "--rm", "mcp/fetch"]
78+
}
7579
}
7680
}
7781
```
@@ -81,10 +85,12 @@ Add to your Claude settings:
8185
<summary>Using pip installation</summary>
8286

8387
```json
84-
"mcpServers": {
85-
"fetch": {
86-
"command": "python",
87-
"args": ["-m", "mcp_server_fetch"]
88+
{
89+
"mcpServers": {
90+
"fetch": {
91+
"command": "python",
92+
"args": ["-m", "mcp_server_fetch"]
93+
}
8894
}
8995
}
9096
```

0 commit comments

Comments
 (0)