Replies: 4 comments
-
Same, mine is working fine with cursor but I created my own client, not working with it. |
Beta Was this translation helpful? Give feedback.
-
Same |
Beta Was this translation helpful? Give feedback.
-
same |
Beta Was this translation helpful? Give feedback.
-
Seems like this is an issue with FastMCP, could you create an issue there instead? If I'm just reading this wrong feel free to reopen, but either way I think you'll have a better chance getting help in the related repo you're relying on here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
I created a mcp server by FastMCP, I can ensure that the mcp server has already finished the initialization, due to the server has already process several tool request, but I also get following error:
I also add a parameter when create object of FastMCP
mcp server run code:
BTW: my mcp client is CherryStdio. I write a mcp client to connect server also has this kind of probelm. however when i deploy my mcp server to k8s POD, the error did not arise.
CherryStdio is a Typescript client, and my server is implement by python, whether this two kinds of mcp library has some issues?
https://github.com/CherryHQ/cherry-studio
requires-python = ">=3.13"
dependencies = [
"mcp>=1.6.0",
"pyyaml>=6.0.1",
"httpx>=0.28.1",
"click>=8.1.8",
"pydantic>=2.11.1",
"pydantic-settings>=2.8.1",
"pip>=25.0.1",
"debugpy>=1.8.13",
]
Beta Was this translation helpful? Give feedback.
All reactions