goose icon indicating copy to clipboard operation
goose copied to clipboard

feat: implement notifications handling for extension logs

Open lily-de opened this issue 11 months ago • 1 comments

This will allow developers to view logs from their extensions (servers). For the MCP protocol, logs are emitted as notification-type messages, so this PR expands how we handle server responses to include notifications.

lily-de avatar Feb 27 '25 13:02 lily-de

This is great - lots of people asking about this will help a lot. A couple thoughts:

  • we have the MCP rusk-sdk repo now (not sure when we plan to start using that repo, it'll be hard to keep things in sync)
  • we'll need a way to add the logging capability in mcp-server
  • we'll also need a protocol msg for setting the log level - logging/setLevel (that seems to be part of the initial msg flow)

salman1993 avatar Feb 27 '25 14:02 salman1993

Closing, i think this is now out of date/covered by other work!

baxen avatar Jun 16 '25 18:06 baxen