A POST that accepts only JSON
The server picks JSON or a stream per request, so this works until the first response it chooses to stream
> POST /mcp HTTP/1.1 > Host: localhost:3000 > Accept: application/json > Content-Type: application/json > MCP-Protocol-Version: 2025-06-18 > Origin: http://localhost:3000 < HTTP/1.1 200 OK < Content-Type: application/json