-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo MCP and others are now failing for #163
Comments
Got the same error on Windows as well. |
same here with mcp 1.2.0 on macOS. |
In inspector things are looking fine though. I think it's trying to list templates and it gives error
|
same here with mcp 1.2.0 on macOS. |
I had the same error: It had to do with UV not finding the home directory of the project/python-file. Platform: OSX. Fixed it by adding the --directory path in claude_desktop_config.json
|
have a look at #148 |
1.2.0 introduced breaking changes, so code need to be updated. Docker work? which version already you tried? Fixes are not complicated. Issue example is here
instead use "mcp=1.1.3" But I don't recommend that. Best fixing the sever code. |
Describe the bug
I created the demo MCP as in the README, and installed it with
mcp install server.py
. When I open Claude Desktop, I get the error messages:To Reproduce
Follow the steps in the README for the Demo example. It works perfectly in the inspector but doesn't initialize in Claude.
Desktop:
Additional context
The MCPs based on docker work perfectly and those based on this SDK seem to fail for me.
The text was updated successfully, but these errors were encountered: