cf-integration 0.3.1

Integration and conformance harness for ContextForge control-plane and data-plane services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
services:
  mcp_conformance_server:
    networks:
      - mcpnet

  mcp_conformance_proxy:
    profiles: ["conformance"]
    image: nginx:1.30.4-alpine3.24
    labels:
      name: cf-conformance-proxy
    restart: "no"
    volumes:
      - ${CF_INTEGRATION_ROOT:?Set CF_INTEGRATION_ROOT to the integration harness root}/docker/nginx.cf-conformance-proxy.conf:/etc/nginx/conf.d/default.conf:ro
    networks:
      - mcpnet
    depends_on:
      mcp_conformance_server:
        condition: service_healthy