We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb614c2 commit f2e509cCopy full SHA for f2e509c
README.md
@@ -258,6 +258,8 @@ npm run dev
258
# To co-develop with the typescript-sdk package (assuming it's cloned in ../typescript-sdk; set MCP_SDK otherwise):
259
npm run dev:sdk "cd sdk && npm run examples:simple-server:w"
260
# then open http://localhost:3000/mcp as SHTTP in the inspector.
261
+# To go back to the deployed SDK version:
262
+# npm run unlink:sdk && npm i
263
```
264
265
> **Note for Windows users:**
0 commit comments