-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.jsonc
More file actions
40 lines (40 loc) · 835 Bytes
/
Copy pathopencode.jsonc
File metadata and controls
40 lines (40 loc) · 835 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aws-docs-mcp": {
"type": "local",
"command": [
"uvx",
"awslabs.aws-documentation-mcp-server@latest",
],
"enabled": true,
"environment": {
"AWS_DOCUMENTATION_PARTITION": "aws",
"MCP_USER_AGENT": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
},
},
"opentofu-mcp": {
"type": "local",
"command": [
"bunx",
"-y",
"@opentofu/opentofu-mcp-server",
],
"enabled": true,
},
},
"lsp": {
"opentofu-lsp": {
"command": [
"tofu-ls",
"serve"
],
"extensions": [
".tf",
".tfvars",
".hcl",
".tofu"
]
}
}
}