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
python uv project. fastmcp server with the requests library added. The dev MCP Inspector can run the server. However, when I install the server to use with Claude it shuts down the serve immediately after startup saying no requests library found.
Requests is in the pyproject.toml and uv.lock file. I have replaced the requests library with httpx and it works fine now.
The text was updated successfully, but these errors were encountered:
Conditions
python uv project. fastmcp server with the requests library added. The dev MCP Inspector can run the server. However, when I install the server to use with Claude it shuts down the serve immediately after startup saying no requests library found.
Requests is in the pyproject.toml and uv.lock file. I have replaced the requests library with httpx and it works fine now.
The text was updated successfully, but these errors were encountered: