You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -582,6 +582,7 @@ These tools enable agents to reference previous conversations and maintain conti
582
582
- Use camelCase for function names
583
583
```
584
584
-**Online**: Project rules aren't everything. Built-in MCPs for extended capabilities:
585
+
-**websearch**: Real-time web search powered by [Exa AI](https://exa.ai)
585
586
-**context7**: Official documentation lookup
586
587
-**grep_app**: Ultra-fast code search across public GitHub repos (great for finding implementation examples)
587
588
@@ -983,16 +984,17 @@ Available hooks: `todo-continuation-enforcer`, `context-window-monitor`, `sessio
983
984
984
985
### MCPs
985
986
986
-
Context7 and grep.app MCP enabled by default.
987
+
Exa, Context7 and grep.app MCP enabled by default.
987
988
989
+
-**websearch**: Real-time web search powered by [Exa AI](https://exa.ai) - searches the web and returns relevant content
988
990
-**context7**: Fetches up-to-date official documentation for libraries
989
991
-**grep_app**: Ultra-fast code search across millions of public GitHub repositories via [grep.app](https://grep.app)
990
992
991
993
Don't want them? Disable via `disabled_mcps` in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`:
0 commit comments