Description
Running npm run inspect fails with a 404 error because the MCP Inspector package has been moved to a new organization.
Steps to Reproduce
npm run build
npm run inspect
##Error
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@anthropic-ai%2fmcp-inspector - Not found
npm error 404
npm error 404 '@anthropic-ai/mcp-inspector@*' is not in this registry.
##Cause
The MCP Inspector has been moved from Anthropic's org to the Model Context Protocol org:
Old package: @anthropic-ai/mcp-inspector (no longer exists)
New package: @modelcontextprotocol/inspector
New repo: https://github.com/modelcontextprotocol/inspector
##FIX update the inspect to -> "npx @modelcontextprotocol/inspector node dist/index.js"
Description
Running
npm run inspectfails with a 404 error because the MCP Inspector package has been moved to a new organization.Steps to Reproduce