Endpoint
application/json and text/event-stream and use Streamable HTTP rather than
the older SSE transport.
Runtime model
- The server is stateless and does not require a long-lived Qoory session.
- A tool call maps to one bounded REST operation.
- Tool names and input schemas follow the documented API contract.
- Scopes, credits, rate limits, usage records, and response contracts are shared with REST.
- Browser clients must also pass the origin policy; an allowed origin never replaces bearer authentication.