-
Notifications
You must be signed in to change notification settings - Fork 576
Open
Description
Expected Behavior
A simple, stateless MCP server that can be deployed on a serverless platform (e.g., in the cloud).
Current Behavior
I’m currently using StreamableHttpServerTransportProvider, which extends HttpServlet. However, after deployment, I encounter a "session not found" error—likely due to the application running across multiple nodes without shared session state.
Context
In the TypeScript implementation, it's straightforward to make the server stateless by setting the sessionIdGenerator to undefined, effectively disabling session management. Is there an equivalent or similarly simple approach to disable session handling in the Java implementation?
Metadata
Metadata
Assignees
Labels
No labels