Skip to content

test-bug#3

Open
JahnaviSingh2005 wants to merge 1 commit intoreactome:mainfrom
JahnaviSingh2005:test-bug
Open

test-bug#3
JahnaviSingh2005 wants to merge 1 commit intoreactome:mainfrom
JahnaviSingh2005:test-bug

Conversation

@JahnaviSingh2005
Copy link
Copy Markdown

The npm run inspect command was failing with a 404 Not Found error because the package @anthropic-ai/mcp-inspector has been deprecated and removed from the npm registry.
Root Cause
The MCP Inspector tool was originally published under @anthropic-ai/mcp-inspector but has since been moved to @modelcontextprotocol/inspector as part of the broader MCP ecosystem reorganization.
Fix
Updated the inspect script in
package.json:

  • "inspect": "npx @anthropic-ai/mcp-inspector node dist/index.js"
  • "inspect": "npx -y @modelcontextprotocol/inspector node dist/index.js"
    Verified npm run inspect launches the MCP Inspector UI successfully at http://localhost:6274

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant