Skip to content
axintdocs

Modern MCP protocol compatibility

The hosted endpoint supports established initialization flows and the current stateless protocol generation. The production package stays on the supported v1 SDK while split v2 SDK packages and the final protocol revision are still in beta.

Established clients can initialize with:

  • 2025-03-26
  • 2025-06-18
  • 2025-11-25

Modern clients can use:

  • server/discover
  • MCP-Protocol-Version and Mcp-Method headers
  • inline protocol and client metadata
  • required resultType: "complete" result discriminators
  • explicit cache lifetime and scope on list responses
  • stateless tool, prompt, and resource requests

The canonical hosted endpoint is:

https://mcp.axint.ai/mcp
{
"mcpServers": {
"axint": {
"command": "npx",
"args": ["-y", "-p", "@axint/compiler", "axint-mcp"]
}
}
}

Use local stdio when project source, paths, and artifacts must stay on the machine. Use hosted HTTP when the client needs a remote connection and the requested tool’s data boundary is acceptable.

Terminal window
npm run mcp:production:check

Release automation checks:

  • hosted package identity
  • tool and prompt inventory
  • established initialization
  • modern discovery and stateless requests
  • cache and result metadata

CI separately connects with the current official split TypeScript beta client.