cf-integration 0.3.0

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
services:
  gateway:
    environment:
      GUNICORN_WORKERS: "1"
      RATE_LIMITING_ENABLED: "false"
      RUST_MCP_MODE: "off"
    build:
      args:
        ENABLE_RUST: "false"
        ENABLE_RUST_MCP_RMCP: "false"

  migration:
    build:
      args:
        ENABLE_RUST: "false"
        ENABLE_RUST_MCP_RMCP: "false"