From 764f02310d262faee11c1c8ce40d5f39c0a04779 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Fri, 29 Nov 2024 16:26:56 -0500 Subject: [PATCH] link to MCP docs site in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f48b1a..c5e6b2e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ The inspector runs both a client UI (default port 5173) and an MCP proxy server CLIENT_PORT=8080 SERVER_PORT=9000 npx @modelcontextprotocol/inspector build/index.js ``` +For more details on ways to use the inspector, see the [Inspector section of the MCP docs site](https://modelcontextprotocol.io/docs/tools/inspector). + ### From this repository If you're working on the inspector itself: