-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
37 lines (37 loc) · 903 Bytes
/
opencode.json
File metadata and controls
37 lines (37 loc) · 903 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
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"langfuse": {
"type": "remote",
"url": "https://us.cloud.langfuse.com/api/public/mcp",
"enabled": true,
"oauth": false,
"headers": {
"Authorization": "{file:.opencode/langfuse.mcp.auth}"
}
},
"langfuse_obs": {
"type": "local",
"command": [
"uvx",
"--python",
"3.11",
"langfuse-mcp",
"--read-only",
"--tools",
"traces,observations"
],
"enabled": true,
"environment": {
"LANGFUSE_PUBLIC_KEY": "{file:.opencode/langfuse.public}",
"LANGFUSE_SECRET_KEY": "{file:.opencode/langfuse.secret}",
"LANGFUSE_HOST": "https://us.cloud.langfuse.com"
}
},
"langfuse_docs": {
"type": "remote",
"url": "https://langfuse.com/api/mcp",
"enabled": true
}
}
}