inspector
inspector copied to clipboard
Visual testing tool for MCP servers
This allows you to set the SERVER_PORT or MCP_PROXY_FULL_ADDRESS as an environment variable and the value will be injected into the static app when it's run. Also making the transport...
_Originally posted by @halter73 in https://github.com/modelcontextprotocol/inspector/pull/339#pullrequestreview-2789087665_ > I tested this with the sample Streamable HTTP server at https://github.com/modelcontextprotocol/csharp-sdk/tree/v0.1.0-preview.11/samples/AspNetCoreSseServer (it has yet to be renamed from "Sse"), and things seem to...
Tiny change to pass the default MCP Server through the CLI, e.g.: ``` MCP_SERVER_URL=localhost:3030 npx @modelcontextprotocol/inspector ``` Makes the docs for MCP servers with SSE support a little cleaner.
This adds a detailed stats page to the stats tab of the inspector. You can try it out today with `npx mcp-debug` for the inspector This also adds experimental (direct...
Currently getting this error if the target MCP server uses auth but does not provide dynamic client registration capabilities:  [Per spec](https://spec.modelcontextprotocol.io/specification/draft/basic/authorization/): >MCP...
Problem: some things like the Oauth flow in inspector are challenging to test either manually or with unit tests, and need some form of integration and/or regression tests to ensure...
**Describe the bug** `npx @modelcontextprotocol/inspector` does not work **To Reproduce** package.json ``` { "name": "mcp-quickstart", "version": "1.0.0", "description": "A quick start example of Model Context Protocol", "type": "module", "main": "dist/server.js",...
**Describe the bug** When I connect my server it and open MCP Inspector in the browser and hit connect, it appears to be cycling through starting new instances of the...
While creating this bug https://github.com/modelcontextprotocol/inspector/issues/137, I had to load up the package version on CLI. For a lower-level debug tool like MCP Inspector, would be nice to see the verison...
**Describe the bug** Quite the funny bug... I needed to make changes to my MCP server so killed it off and started working on the changes. I forgot to close...