Replies: 1 comment
-
run the server python instead:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a successful MCP server that serves through stdio transport. I would also like to serve through the "sse" transport. I am using Python SDK.
On the server side, I simply changed
stdio
tosse
inFastMCP().run()
. Here's the code for server.py:I attempt to run it as:
but it don't get the terminal prompt back. Any calls to http://localhost:8080 time out.
When I attempt to connect through MCP Inspector,
, I get time out:
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions