This is a MCP Streamable HTTP endpoint

The MCP endpoint is healthy, but MCP clients must use the Accept: application/json, text/event-stream header.

Documentation
https://v8std.ru/mcp/
Health
/healthz
Version
/version

Codex configuration

[mcp_servers.v8std]
url = "https://ai.v8std.ru/mcp"

Protocol check

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"}}}'