2025-06-15 02:32:45 +08:00
|
|
|
{
|
2025-11-01 03:07:36 +08:00
|
|
|
"$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}"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-06-15 02:32:45 +08:00
|
|
|
}
|