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
examples/http: fix broken tool function signatures
The HTTP example was using incorrect CallToolParamsFor and CallToolResultFor
types that don't exist in the current API. Updated to use standard MCP tool
pattern with CallToolRequest, CallToolResult, and proper return values.
Also fixed client.Connect call to include missing ClientSessionOptions parameter.
Fixes the build errors introduced in the previous commit.
0 commit comments