-
Notifications
You must be signed in to change notification settings - Fork 176
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
After initialization, MCP clients (such as the MCP inspector) will send a logging/setLevel request if the logging capability is enabled. The logging capability is enabled by default, but this request is not handled, leading to an error that blocks the use of the MCP server (at least in the inspector).
To Reproduce
Steps to reproduce the behavior:
- Create a SSE server with the default
ServerCapabilitiesobject - Try to connect to it in the MCP inspector
Expected behavior
The logging level request is handled, and sets the log level for the server.
DoD
- Handiling of
logging/setLevelis implemented - Integration test
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working