Open tech4life87 opened 12 hours ago
Can you share the command that you're using to start the inspector?
Can you share the command that you're using to start the inspector? The default command generated from create-mcp-server command.
npx @modelcontextprotocol/inspector uv --directory /Users/user/s3-mcp-server run s3-mcp-server
as a workaround I am just reverting to previous version withnpx @modelcontextprotocol/inspector@0.2.2 uv --directory /Users/user/s3-mcp-server run s3-mcp-server
Are you able to run any of the example servers? Launching with this command works fine for me, for example:
npx @modelcontextprotocol/inspector uvx mcp-server-git
@ashwin-ant I'm experiencing this issue in some contexts. It depends on where and how I run the command. Unfortunately, I haven't been able to create a minimal reproduction.
The app created by npx @modelcontextprotocol/create-server
works out of the box, but the inspector has quit working for a local project I've been working on.
In this screenshot, the inspector is trying to fetch from localhost:3000, but lsof -i :3000
shows no process is running on port 3000:
I been using inspector since yesterday with no issue. Had an update and now getting this error while not loading variables @modelcontextprotocol/inspector@0.2.3 node version: 20.12.1