-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
54 lines (54 loc) · 1.76 KB
/
opencode.json
File metadata and controls
54 lines (54 loc) · 1.76 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
53
54
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bio-sequence": {
"type": "local",
"command": [
"/home/vimalinx/miniforge3/envs/bio/bin/python",
"/home/vimalinx/bio_studio/mcp-servers/bio-sequence-mcp/sequence_server.py"
],
"enabled": true,
"description": "DNA/RNA/蛋白质序列分析"
},
"bio-structure": {
"type": "local",
"command": [
"/home/vimalinx/miniforge3/envs/bio/bin/python",
"/home/vimalinx/bio_studio/mcp-servers/bio-structure-mcp/structure_server.py"
],
"enabled": true,
"description": "蛋白质结构分析和预测"
},
"bio-database": {
"type": "local",
"command": [
"/home/vimalinx/miniforge3/envs/bio/bin/python",
"/home/vimalinx/bio_studio/mcp-servers/bio-database-mcp/database_server.py"
],
"enabled": true,
"description": "生物数据库查询(NCBI、UniProt等)"
},
"bio-rag": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-local-rag@latest",
"/home/vimalinx/bio_studio/docs"
],
"enabled": true,
"description": "生物工作室文档 RAG 知识库"
},
"bio-rag-data": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-local-rag@latest",
"/home/vimalinx/bio_studio/data"
],
"enabled": true,
"description": "生物数据集 RAG 知识库"
}
}
}