-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Affected module
MCP Server
Describe the bug
The MCP Server is saying that is logging capabilities is available but the tool logging/setLevel is not implemented according to the specs https://modelcontextprotocol.io/specification/draft/server/utilities/logging.
This is causing issues to use this MCP inside VSCode for example
To Reproduce
Use MCP Inspector (https://modelcontextprotocol.io/docs/tools/inspector) to test OpenMetadata MCP and we see that the initialize is working, returning capabilities logging: {}
Then according the MCP specs, a tool logging/setLevel is called
But not implemented
{
"cause": null,
"stackTrace": [
...
],
"jsonRpcError": null,
"message": "Failed to handle request: Missing handler for request type: logging/setLevel",
"suppressed": [],
"localizedMessage": "Failed to handle request: Missing handler for request type: logging/setLevel"
}Expected behavior
The tool logging/setLevel should be implemented or the capabilities logging not present
Version:
- OS: Linux
- OpenMetadata version: 1.12.1
- OpenMetadata Ingestion package version: 1.12.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done ✅