This commit is contained in:
严浩
2026-01-09 00:03:37 +08:00
commit 28f9898a18
3 changed files with 157 additions and 0 deletions

28
opencode.jsonc Normal file
View 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"],
// },
},
}