Skip to content

NPE for MCP server #2657

Open
Open
@voidmanun

Description

@voidmanun

java.lang.NullPointerException: Cannot invoke "io.modelcontextprotocol.spec.McpServerSession.handle(io.modelcontextprotocol.spec.McpSchema$JSONRPCMessage)" because "session" is null

McpServerSession session = (McpServerSession)this.sessions.get(request.queryParam("sessionId").get());
the sessions is empty sometimes

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions