21 lines
605 B
JSON
21 lines
605 B
JSON
{
|
|
"name": "mission-control-manage",
|
|
"version": "1.0.0",
|
|
"description": "Manage a running Mission Control instance — health checks, diagnostics, upgrades, backups",
|
|
"author": "Builderz Labs",
|
|
"license": "MIT",
|
|
"tools": ["exec", "http"],
|
|
"parameters": {
|
|
"base_url": {
|
|
"type": "string",
|
|
"default": "http://localhost:3000",
|
|
"description": "Mission Control base URL"
|
|
},
|
|
"api_key": {
|
|
"type": "string",
|
|
"description": "API key for authentication (x-api-key header)"
|
|
}
|
|
},
|
|
"tags": ["mission-control", "management", "health", "upgrade", "backup"]
|
|
}
|