mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
- 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
10 lines
217 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|