-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
25 lines (25 loc) · 754 Bytes
/
Copy pathopencode.json
File metadata and controls
25 lines (25 loc) · 754 Bytes
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
{
"$schema": "https://opencode.ai/config.json",
"name": "arckit",
"description": "OpenCode extension for ArcKit - The Enterprise Architecture Governance Harness with 116 commands across strategy, architecture, delivery, and assurance",
"mcp": {
"aws-knowledge": {
"type": "remote",
"url": "https://knowledge-mcp.global.api.aws/sse",
"enabled": true
},
"microsoft-learn": {
"type": "remote",
"url": "https://learn.microsoft.com/api/mcp/sse",
"enabled": true
},
"google-developer-knowledge": {
"type": "remote",
"url": "https://developerknowledge.googleapis.com/mcp/sse",
"headers": {
"X-Goog-Api-Key": "${GOOGLE_API_KEY}"
},
"enabled": false
}
}
}