From a35d4443a6545429f2439a0835a92bddf70057ea Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 22 Mar 2025 18:12:35 +0800 Subject: [PATCH] Fix broken links to mcp inspector --- src/content/docs/agents/guides/remote-mcp-server.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/agents/guides/remote-mcp-server.mdx b/src/content/docs/agents/guides/remote-mcp-server.mdx index ec5a0473c1bdb7..d489a4e1832ef3 100644 --- a/src/content/docs/agents/guides/remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/remote-mcp-server.mdx @@ -35,7 +35,7 @@ npm start Your MCP server is now running on `http://localhost:8787/sse`. -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. +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. ```sh npx @modelcontextprotocol/inspector@latest @@ -173,7 +173,7 @@ npm start Your MCP server is now running on `http://localhost:8787/sse`. -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. +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. ```sh npx @modelcontextprotocol/inspector@latest