-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
52 lines (52 loc) · 1.62 KB
/
Copy pathopencode.json
File metadata and controls
52 lines (52 loc) · 1.62 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"$schema": "https://opencode.ai/config.json",
"lsp": {
"pyright": { "command": ["pyright-langserver", "--stdio"], "extensions": ["py"], "disabled": false },
"ruff": { "command": ["ruff", "server"], "extensions": ["py"], "disabled": false },
"yaml": { "command": ["yaml-language-server", "--stdio"], "extensions": ["yaml", "yml"], "disabled": false },
"taplo": { "command": ["taplo", "lsp", "stdio"], "extensions": ["toml"], "disabled": false },
"marksman": { "command": ["marksman"], "extensions": ["md"], "disabled": false },
"bash": { "command": ["bash-language-server", "start"], "extensions": ["sh", "bash"], "disabled": false },
"typescript": { "disabled": true },
"gopls": { "disabled": true },
"dockerfile": { "disabled": true }
},
"mcp": {
"sequential_thinking": {
"type": "local",
"command": ["npx", "-y", "@modelcontextprotocol/server-sequential-thinking"],
"enabled": true
},
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true
},
"gh_grep": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": true
},
"fetch": {
"type": "local",
"command": ["uvx", "mcp-server-fetch"],
"enabled": true
},
"academic_research": {
"type": "local",
"command": ["academic-research-mcp"],
"enabled": true
},
"zotero": {
"type": "local",
"command": ["zotero-mcp", "serve"],
"enabled": true
},
"arxiv": {
"type": "local",
"command": ["arxiv-mcp-server"],
"enabled": true
}
},
"permission": "allow"
}