We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b2d1c commit 07c7d39Copy full SHA for 07c7d39
1 file changed
docs/src/guide/server/ruby/walkthrough.md
@@ -135,7 +135,7 @@ The server will be available at `http://localhost:8081/mcp`.
135
136
To test your new endpoint, you can use the [`ui-inspector`](https://github.com/idosal/ui-inspector):
137
138
-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.
139
2. Open the local client in a browser (usually `http://localhost:6274`)
140
3. Change the Transport Type to "Streamable HTTP".
141
4. Enter your server's MCP endpoint URL: `http://localhost:3000/mcp`.
0 commit comments