-
Notifications
You must be signed in to change notification settings - Fork 826
Description
I just created a simple MCP server with https://github.com/modelcontextprotocol/kotlin-sdk/
The server is working, when started I can push some json et get back response from it.
MCP Inspector is working from version 0.8.0 (maybe also before) until 0.16.2.
But starting by version 0.16.3, I got :
-
in the MCP Inspector UI
=> Connection Error - Check if your MCP server is running and proxy token is correct -
in the logs (cli where I start MCP inspector)
=> Created server transport
=> Created client transport
=> Received POST message for sessionId 101bdb7b-e733-4727-94ac-87da74747c1a
=> Received POST message for sessionId 101bdb7b-e733-4727-94ac-87da74747c1a
=> Received POST message for sessionId 101bdb7b-e733-4727-94ac-87da74747c1a (on more line than previous working versions)
in 0.16.6 I also get a graphical notification :
- Error : Server declares logging capabilities but doesn't implement method "logging/setLevel"