MCP Client Configuration
The exact client file format varies. Configure these logical values:
{
"name": "Batoi Platform",
"transport": "streamable-http",
"url": "https://batoi.com/mcp/<workspace>/",
"headers": {
"Authorization": "Bearer <host-credential>",
"Accept": "application/json, text/event-stream"
}
}Rules
- Replace
<workspace>with the approved workspace UID or slug. - Keep the bearer value in the client's secure credential facility, not in a shared configuration file.
- Use the canonical endpoint for new connections.
- Preserve
MCP-Protocol-VersionandMCP-Session-Idheaders after initialization. - Do not add arbitrary downstream URLs, workspace selectors, or connector credentials.
Browser clients
Browser-origin requests are allowed only from the configured same origin or an explicit server allowlist. A wildcard origin is not supported for authenticated MCP access.