File size: 729 Bytes
5aa5d28 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | {
"$schema": "https://opencode.ai/config.json",
"agent": {
"build": {
"tools": {
"skill": true
}
}
},
"command": {
"test": {
"template": "Run `python -m pytest tests/ -v` from the mcpscope directory and report results.",
"description": "Run MCPscop tests"
},
"serve": {
"template": "Start the MCPscop dashboard with `python -m mcpscope serve`.",
"description": "Start MCPscop dashboard"
},
"seed": {
"template": "Seed demo data with `python -m mcpscope seed`.",
"description": "Seed demo scan data"
},
"import": {
"template": "Import scanner results into MCPscop.",
"description": "Import scan results"
}
}
}
|