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 checked that this question would not be more appropriate as an issue in a specific repository
I have searched existing discussions and documentation for answers
Question Category
Protocol Specification
SDK Usage
Server Implementation
General Implementation
Documentation
Other
Your Question
I would like to request complete examples for using the example MCP servers, I tried to run the mcp server on my localhost and curl to it for testing before connecting it with agents, but it keeps error out, e.g., for the example hello MCP server, i keep getting the following error:
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
I would like to request complete examples for using the example MCP servers, I tried to run the mcp server on my localhost and curl to it for testing before connecting it with agents, but it keeps error out, e.g., for the example hello MCP server, i keep getting the following error:
I did call:
and
curl -v -X POST http://localhost:8888 -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","method":"notifications/initialized"}'
Beta Was this translation helpful? Give feedback.
All reactions