forked from dfredborg/OpenCode-BC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
24 lines (24 loc) · 964 Bytes
/
Copy pathopencode.json
File metadata and controls
24 lines (24 loc) · 964 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
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"microsoft.docs.mcp": {
"type": "remote",
"url": "https://learn.microsoft.com/api/mcp",
"enabled": true
}
},
"permission": {
"microsoft.docs.mcp_microsoft_docs_search": "allow"
},
"lsp": {
"al": {
"command": [
"C:/Users/DennisFredborg/AppData/Local/al-lsp/bin/al-lsp-wrapper.exe"
],
"extensions": [
".al",
".dal"
]
}
}
}