Current public package line
Wire compatibility
- Praxa-named SDK and MCP exports preserve established Aura-compatible wire values.
- Do not rewrite
x-aura-contract-version,aura_*MCP tool names, orMCP_SERVER_NAME = “aura-agent-os”as display-branding cleanup. MCP_SERVER_VERSIONis the package/server version. It is not the MCP protocol revision.- The SDK’s OpenAPI fingerprint can be asserted at startup when your deployment pins an exact contract.
Upgrade check
- Install the new package in a clean project.
- Compare exported version and fingerprint constants.
- Review route, scope, idempotency, and response metadata.
- Compile your application and run contract tests.
- Run authenticated positive and negative canaries against the intended Gateway.