diff options
Diffstat (limited to '.opencode/opencode.jsonc')
| -rw-r--r-- | .opencode/opencode.jsonc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index 369832f9f..ce4a6658b 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -16,5 +16,12 @@ "type": "remote", "url": "https://mcp.exa.ai/mcp", }, + "morph": { + "type": "local", + "command": ["bunx", "@morphllm/morphmcp"], + "environment": { + "ENABLED_TOOLS": "warp_grep", + }, + }, }, } |
