Skip to content

Demo MCP server in Kotlin doesn't work since MCP Inspector 0.16.3 #796

@afaucogney

Description

@afaucogney

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    spec complianceLabel for issues and PRs that are related to adding or fixing support for a specific spec feature.waiting on sdkWaiting for an SDK feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions