Skip to content

Commit bf0c9a2

Browse files
committed
docs: fix UI inspector links in TS walkthrough
1 parent 07c7d39 commit bf0c9a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/guide/server/typescript/walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ npx ts-node server.ts
133133

134134
To test your new endpoint, you can use the [`ui-inspector`](https://github.com/idosal/ui-inspector):
135135

136-
1. Go to the [ui-inspector repo](https://idosal.github.io/ui-inspector/) and run locally.
136+
1. Go to the [ui-inspector repo](https://github.com/idosal/ui-inspector/) and run locally.
137137
2. Open the local client in a browser (usually `http://localhost:6274`)
138138
3. Change the Transport Type to "Streamable HTTP".
139139
4. Enter your server's MCP endpoint URL: `http://localhost:3000/mcp`.

0 commit comments

Comments
 (0)