-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
executable file
·39 lines (39 loc) · 1.22 KB
/
opencode.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.22 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
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bio-sequence": {
"type": "local",
"command": [
"/home/vimalinx/miniforge3/envs/bio/bin/python",
"/run/media/vimalinx/Data/bio_studio/mcp-servers/bio-sequence-mcp/sequence_server.py"
],
"enabled": true
},
"bio-structure": {
"type": "local",
"command": [
"/home/vimalinx/miniforge3/envs/bio/bin/python",
"/run/media/vimalinx/Data/bio_studio/mcp-servers/bio-structure-mcp/structure_server.py"
],
"enabled": true
},
"bio-database": {
"type": "local",
"command": [
"/home/vimalinx/miniforge3/envs/bio/bin/python",
"/run/media/vimalinx/Data/bio_studio/mcp-servers/bio-database-mcp/database_server.py"
],
"enabled": true
},
"bio-rag": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-local-rag@latest",
"/run/media/vimalinx/Data/bio_studio/docs"
],
"enabled": false
}
}
}