Skip to content

Commit 1dcd783

Browse files
committed
chore: using the same package that what Cloudflare recommend
1 parent 6b0c453 commit 1dcd783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@ To run the SSE version, as Claude Desktop doesn't natively support it yet, you'l
151151
"command": "<PATH_TO_BIN>/npx",
152152
"args": [
153153
"-y",
154-
"supergateway",
155-
"--sse",
154+
"mcp-remote",
156155
"http://localhost:4243/sse"
157156
]
158157
}
159158
}
160159
}
161160
```
161+
> [!NOTE] First time can be a bit slow, because `npx` will download the package.
162162
163163
> [!TIP]
164164
> You'll need to restart Claude Desktop every time you make a modification.

0 commit comments

Comments
 (0)