init
This commit is contained in:
28
opencode.jsonc
Normal file
28
opencode.jsonc
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
// "python_math": {
|
||||
// "type": "local",
|
||||
// // uvx mcp-server-python --library sympy
|
||||
// "command": []
|
||||
// },
|
||||
"searxng": {
|
||||
"type": "local",
|
||||
"command": ["bunx", "mcp-searxng@latest"],
|
||||
"environment": {
|
||||
"SEARXNG_URL": "https://searxng.lobe.1-h.cc",
|
||||
},
|
||||
},
|
||||
|
||||
// "sequential-thinking": {
|
||||
// "type": "local",
|
||||
// "command": ["bunx", "@modelcontextprotocol/server-sequential-thinking"],
|
||||
// },
|
||||
|
||||
// // https://github.com/Cosmiumx/mcp-math-calculator?tab=readme-ov-file#-使用方法
|
||||
// "math-calculator": {
|
||||
// "type": "local",
|
||||
// "command": ["bunx", "mcp-math-calculator"],
|
||||
// },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user