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
Which MCP "method" are these sent over, per the spec? Curious about the client-side implementation to consume these. After establishing an MCP connection via "method":"initialize", and before calling a tool via "method":"tools/call", what needs to happen to receive these logs? An SSE connection? A request to "notifications/message"? Something else?
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.
-
The FastMCP docs describe enabling server-to-client logs via
Contexthere: https://gofastmcp.com/servers/context#logging , and here: https://gofastmcp.com/servers/logging - for example,ctx.info("My message to the client here!").Which MCP "method" are these sent over, per the spec? Curious about the client-side implementation to consume these. After establishing an MCP connection via
"method":"initialize", and before calling a tool via"method":"tools/call", what needs to happen to receive these logs? An SSE connection? A request to"notifications/message"? Something else?Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions