The MCP endpoint is healthy, but MCP clients must use the Accept: application/json, text/event-stream header.
[mcp_servers.v8std]
url = "https://ai.v8std.ru/mcp"
curl -H 'Accept: application/json, text/event-stream' -H 'Content-Type: application/json' -X POST https://ai.v8std.ru/mcp -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"curl","version":"1"}}}'