This repo is the reusable integration harness for cf-controlplane plus the Rust cf-dataplane.
Scope:
- Keep this repo focused on Docker Compose overlays, nginx routing, and reusable test orchestration.
- Do not add dataplane implementation code here.
- Do not add control-plane implementation code here.
- Keep generated checkout/build/runtime state under
.integration/orCF_INTEGRATION_DIR. - Preserve the public routing contract:
/servers/{virtual_host_id}/mcpgoes tocf-dataplane; raw/mcpand UI/API traffic go tocf-controlplane. - Use published
cf-dataplaneimages by default. Local builds should be explicit overrides.