MCP-Framework: Unbounded memory allocation in readRequestBody allows denial of service via HTTP transport
The readRequestBody() function in src/transports/http/server.ts concatenates HTTP request body chunks into a string with no size limit, allowing a remote unauthenticated attacker to crash the server via memory exhaustion with a single large HTTP POST request.