You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Inspector version 0.17.5, I cannot connect to stateless streamable servers implemented in Java.
The MCP server uses Java SDK version 0.16.0, along with WebFluxStatelessServerTransport and McpStatelessAsyncServer.
Inspector send request:
Server error message:
The McpStatelessAsyncServer does not register a LoggerRequestHandler:
Is it necessary to send a "logging/setLevel" request when using the Inspector? Or should McpStatelessAsyncServer natively support LoggerRequestHandler?