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
With the mcp-sdk, it is possible to test the mcp server's endpoints with uv run mcp dev server.py.
However, trying this command with FastMCP gives the error The server object mcp is of type <class 'fastmcp.server.server.FastMCP'> (expecting <class 'mcp.server.fastmcp.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.
-
With the mcp-sdk, it is possible to test the mcp server's endpoints with
uv run mcp dev server.py
.However, trying this command with FastMCP gives the error
The server object mcp is of type <class 'fastmcp.server.server.FastMCP'> (expecting <class 'mcp.server.fastmcp.server.FastMCP'>).
So, how can I try my mcp endpoints?
Beta Was this translation helpful? Give feedback.
All reactions