feat(mcp): add websearch_exa as built-in MCP
- Add src/mcp/ directory with websearch_exa configuration - Configure Exa AI remote MCP (https://mcp.exa.ai/mcp) - Export builtinMcps from plugin config - Update documentation (EN/KO) with Built-in MCPs section
This commit is contained in:
@@ -13,6 +13,7 @@ English | [한국어](README.ko.md)
|
||||
- [Built-in LSP Tools](#built-in-lsp-tools)
|
||||
- [Built-in AST-Grep Tools](#built-in-ast-grep-tools)
|
||||
- [Safe Grep](#safe-grep)
|
||||
- [Built-in MCPs](#built-in-mcps)
|
||||
- [Other Features](#other-features)
|
||||
- [Author's Note](#authors-note)
|
||||
- [Warnings](#warnings)
|
||||
@@ -117,6 +118,10 @@ I believe in the right tool for the job. For your wallet's sake, use CLIProxyAPI
|
||||
- `safe_grep` enforces strict limits.
|
||||
- **Note**: Default `grep` is disabled to prevent Agent confusion. `safe_grep` delivers full `grep` functionality with safety assurance.
|
||||
|
||||
#### Built-in MCPs
|
||||
|
||||
- **websearch_exa**: Exa AI web search. Performs real-time web searches and content scraping. Returns LLM-optimized context from relevant websites.
|
||||
|
||||
### Other Features
|
||||
|
||||
- **Terminal Title**: Auto-updates terminal title with session status (idle ○, processing ◐, tool ⚡, error ✖). Supports tmux.
|
||||
|
||||
Reference in New Issue
Block a user