Skip to content

Commit 90a058b

Browse files
Fix broken links to mcp inspector (#21056)
1 parent 2a352fd commit 90a058b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/agents/guides/remote-mcp-server.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npm start
3535

3636
Your MCP server is now running on `http://localhost:8787/sse`.
3737

38-
In a new terminal, run the [MCP inspector](https://github.com/modelcontextprotocol/mcp-inspector). The MCP inspector is an interactive MCP client that allows you to connect to your MCP server and invoke tools from a web browser.
38+
In a new terminal, run the [MCP inspector](https://github.com/modelcontextprotocol/inspector). The MCP inspector is an interactive MCP client that allows you to connect to your MCP server and invoke tools from a web browser.
3939

4040
```sh
4141
npx @modelcontextprotocol/inspector@latest
@@ -173,7 +173,7 @@ npm start
173173

174174
Your MCP server is now running on `http://localhost:8787/sse`.
175175

176-
In a new terminal, run the [MCP inspector](https://github.com/modelcontextprotocol/mcp-inspector). The MCP inspector is an interactive MCP client that allows you to connect to your MCP server and invoke tools from a web browser.
176+
In a new terminal, run the [MCP inspector](https://github.com/modelcontextprotocol/inspector). The MCP inspector is an interactive MCP client that allows you to connect to your MCP server and invoke tools from a web browser.
177177

178178
```sh
179179
npx @modelcontextprotocol/inspector@latest

0 commit comments

Comments
 (0)