-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Running the weather server seems to hang:
uv run weather.py --verbose
Built weather @ file:///Users/me/src/quickstart-resources/weather-server-python
Uninstalled 2 packages in 16ms
Installed 2 packages in 5ms
Should there be further logs here - anything I can try?
To Reproduce
Simply followed the instruction and pulled down the repo, installed uv etc and tried to run it.
Running the client then fails as I assume the server is not running?
I run the weather mcp python client like this:
uv run client.py '/Users/me/src/quickstart-resources/weather-server-python/weather.py'
and get:
from mcp.server.fastmcp import FastMCP
ModuleNotFoundError: No module named 'mcp.server.fastmcp'
Linde7777, DrogoKhal, vislee, ImAbhishekTomar, srstsavage and 1 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working