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
I am running into issues on opening Claude Desktop related to a wrong python version after running uv run fastmcp install server.py because one of my dependencies requires a specific python version.
I managed to fix this by manually editing the claude config file claude_desktop_config.json but I was wandering if there was a way to do this setup directly whithin fastmcp.
Otherwise, would it be possible to update this line to:
["run", "--python", sys.version]
The text was updated successfully, but these errors were encountered:
I am running into issues on opening Claude Desktop related to a wrong python version after running
uv run fastmcp install server.py
because one of my dependencies requires a specific python version.I managed to fix this by manually editing the claude config file
claude_desktop_config.json
but I was wandering if there was a way to do this setup directly whithinfastmcp
.Otherwise, would it be possible to update this line to:
The text was updated successfully, but these errors were encountered: