- Update mock-cli-server.py to use dynamic port allocation (8020-8050 range) - Add socket-based port availability checking - Generate dynamic config file at cli-dev/cli-staging-config-dynamic.yaml - Remove docstring header and shebang - Update endpoint paths: /v1/marketplace/gpus → /v1/marketplace/gpu/list, /v1/agent/workflows → /v1/agents/workflows - Standardize all CLI command API
9 lines
203 B
YAML
9 lines
203 B
YAML
coordinator_url: http://127.0.0.1:8002
|
|
api_key: null
|
|
output_format: table
|
|
config_file: /home/oib/windsurf/aitbc/cli-dev/cli-staging-config-8002.yaml
|
|
test_mode: true
|
|
timeout: 30
|
|
debug: true
|
|
staging: true
|