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
According to the spec, the client and server must respond to ping with an empty map.
The server already handles ping requests.
I noticed this behavior is missing when I tested local running FastMCP server against the spring-ai MCP module.
The application failed to load with this error:
According to the spec, the client and server must respond to
ping
with an empty map.The server already handles
ping
requests.I noticed this behavior is missing when I tested local running FastMCP server against the spring-ai MCP module.
The application failed to load with this error:
Expected Behavior
MCP Client should respond to ping with empty map
Current Behavior
MCP Client throws method not found execption
Context
If I would like to connect MCP server to my client, the initilization fails over missing ping implementation
See PR #203
The text was updated successfully, but these errors were encountered: