35 lines
838 B
JSON
Executable File
35 lines
838 B
JSON
Executable File
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "MCP Drift State Tracker — Controller Configuration",
|
|
"description": "Downstream AI service endpoints. Ports are integers. Service keys are lowercase slugs suitable for environment variable derivation (e.g., MCP_CONTROLLER_OLLAMA_PORT).",
|
|
|
|
"base_dir": "/var/lib/mcp-drift-tracker",
|
|
|
|
"services": {
|
|
"ollama": {
|
|
"port": 11434,
|
|
"model": "ollama/llama3"
|
|
},
|
|
"open-webui": {
|
|
"port": 8080,
|
|
"model": "ollama/llama3"
|
|
},
|
|
"aider-web": {
|
|
"port": 8501,
|
|
"model": "ollama/llama3"
|
|
},
|
|
"hermes": {
|
|
"port": 8000,
|
|
"model": "ollama/llama3"
|
|
},
|
|
"odysseus": {
|
|
"port": 7000,
|
|
"model": "ollama/llama3"
|
|
},
|
|
"dify-engine": {
|
|
"port": 5001,
|
|
"model": "ollama/llama3"
|
|
}
|
|
}
|
|
}
|