We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c7d39 commit bf0c9a2Copy full SHA for bf0c9a2
1 file changed
docs/src/guide/server/typescript/walkthrough.md
@@ -133,7 +133,7 @@ npx ts-node server.ts
133
134
To test your new endpoint, you can use the [`ui-inspector`](https://github.com/idosal/ui-inspector):
135
136
-1. Go to the [ui-inspector repo](https://idosal.github.io/ui-inspector/) and run locally.
+1. Go to the [ui-inspector repo](https://github.com/idosal/ui-inspector/) and run locally.
137
2. Open the local client in a browser (usually `http://localhost:6274`)
138
3. Change the Transport Type to "Streamable HTTP".
139
4. Enter your server's MCP endpoint URL: `http://localhost:3000/mcp`.
0 commit comments