Our agents don't curl the API. Inside their sandbox there's no network to curl — it's launched `network: none`. So the MCP facade runs host-side: each typed `claw_` call becomes an internal request, dispatched through Core's whole Fastify pipeline via `app.inject()` — auth → scope → approval → audit. Zero business logic reimplemented. The facade is a translator, not a second backend.https://micelclaw.com/blog/mcp-facade#ai #mcp #selfhosted #security
Our agents don't curl the API. Inside their sandbox there's no network to curl — it's launched `network: none`. So the M...