opencode/opencode.json
Dax Raad a0cf1fa13a tui: improve tool rendering to show all tool parameters and fallback for unregistered tools
- Add GenericTool component to display tools without custom renderers
- Show input parameters for all tools (read, glob, grep, edit)
- Display search path and match counts for glob/grep tools
- Rename ToolRegistry.ready to render for clarity
- Add weather MCP server configuration
2025-10-10 00:33:36 -04:00

10 lines
217 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-openai-codex-auth"],
"mcp": {
"weather": {
"type": "local",
"command": ["bun", "x", "@h1deya/mcp-server-weather"]
}
}
}