add web and codesearch tools

This commit is contained in:
Dax Raad
2025-11-10 16:39:40 -05:00
parent 0588011476
commit 3f5acc3dff
7 changed files with 314 additions and 21 deletions

View File

@@ -1,17 +1,4 @@
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-openai-codex-auth"],
"mcp": {
"weather": {
"type": "local",
"command": ["bun", "x", "@h1deya/mcp-server-weather"]
},
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
}
}
}
"plugin": ["opencode-openai-codex-auth"]
}