You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks to me like the error is that it's trying to use sse to connect to the debugger and failing as I didn't add any SSE config. But I don't think I should need to use SSE because of selecting STDIO. Also I don't want to add SSE consiering it's deprecated
The text was updated successfully, but these errors were encountered:
My setup
mcp create project-name
mcp add tool tool-name
npm run build
so there are js files in/dist
npx @modelcontextprotocol/inspector dist/index.js
and opened the debugger on in my browserOn the browser my config is STDIO and
dist/index.js
But when I click connect I receive
It looks to me like the error is that it's trying to use sse to connect to the debugger and failing as I didn't add any SSE config. But I don't think I should need to use SSE because of selecting STDIO. Also I don't want to add SSE consiering it's deprecated
The text was updated successfully, but these errors were encountered: