01
Endpoint and transport
Connect with MCP Streamable HTTP at https://konabusiness.ai/api/mcp/workspaces/{workspaceId}. Send JSON-RPC 2.0 messages with Content-Type: application/json, Authorization: Bearer <workspace-token>, and Accept: application/json, text/event-stream. After initialize, send MCP-Protocol-Version: 2025-06-18 with subsequent requests. The service currently accepts POST for protocol messages; long-lived GET streams and DELETE session termination are not implemented.
The initialize method negotiates the protocol and reports a read-only resource and tool capability. A notification without an id can be accepted with status 202. The endpoint enforces a 256 KiB request-body limit, origin policy, token scope, workspace match, expiry, revocation, and per-token rate limit. Clients should parse JSON-RPC errors even when the HTTP response itself is successful.