Replies: 1 comment
-
I got it working with https://github.com/modelcontextprotocol/python-sdk/tree/main/examples/servers/simple-prompt |
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.
-
Pre-submission Checklist
Question Category
Your Question
I'm trying to get started with writing a client. But I'm stuck with setting up the barebones example.
I saved the FastMCP Echo-Server Example as
example_server.py
and start the server withmcp run example_server.py
. But when I run the Writing MCP Clients Example, the script hangs at "Initialize the connection".Any pointers? This is most likely a communication problem, but I'd like to start with a simple running example.
Beta Was this translation helpful? Give feedback.
All reactions