copilotkit/Setup aimock
Start an aimock server for AI application testing — LLM APIs, MCP, A2A, AG-UI, vector DBs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fixtures | Path to fixture files or directory | no | ./fixtures |
| config | Path to aimock JSON config file (overrides fixtures) | no | — |
| port | Port to listen on | no | 4010 |
| host | Host to bind to | no | 127.0.0.1 |
| version | aimock version to install (default: latest) | no | latest |
| args | Additional CLI arguments (e.g., --strict --record --provider-openai https://api.openai.com) | no | "" |
| wait-timeout | Max seconds to wait for health check (default: 30) | no | 30 |
Outputs
| name | description |
|---|---|
| url | The aimock server URL (e.g., http://127.0.0.1:4010) |