streamable-http transport.
Configure Bilt
Edit~/.openclaw/openclaw.json and add Bilt under mcp.servers:
Troubleshooting
OpenClaw uses SSE instead
OpenClaw uses SSE instead
Set
"transport": "streamable-http" explicitly. OpenClaw defaults an omitted transport to SSE.Build stops after a short delay
Build stops after a short delay
Keep
requestTimeoutMs at 610000 or higher. The connection timeout controls only initial connection establishment and may remain lower.Migrating from legacy SSE
Change/mcp/sse to /mcp, set the transport to streamable-http, and keep the API key in headers. Remove old mcpServers configuration; current OpenClaw stores client servers under mcp.servers.