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 have verified that this discussion would not be more appropriate as an issue in a specific repository
I have searched existing discussions to avoid duplicates
Discussion Topic
The quickstart mcp server docs state that:
If you’re continuing the weather tutorial from the server quickstart, your command might look something like this: python client.py .../weather/src/weather/server.py
However this command is incorrect as the file is called weather.py and is not in the weather directory.
The command should look like:
uv run client.py .../quickstart-resources/weather-server-python/weather.py
As a side note my quickstart client always fails with:
from mcp.server.fastmcp import FastMCP
ModuleNotFoundError: No module named 'mcp.server.fastmcp'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
The quickstart mcp server docs state that:
If you’re continuing the weather tutorial from the server quickstart, your command might look something like this: python client.py .../weather/src/weather/server.py
However this command is incorrect as the file is called weather.py and is not in the weather directory.
The command should look like:
uv run client.py .../quickstart-resources/weather-server-python/weather.py
As a side note my quickstart client always fails with:
I have no idea why!
Beta Was this translation helpful? Give feedback.
All reactions