Files
kompas-plugin/plugin/adapters/opencode/opencode.json
T

12 lines
299 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"kompas": {
"type": "local",
"command": ["powershell", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass",
"-File", "<PLUGIN>/scripts/launch-kompas-mcp.ps1"],
"enabled": true
}
}
}