YeonGyu-Kim
a2bfb5e556
feat(mcp): restore Exa websearch support ( #549 )
...
* feat(mcp): restore Exa MCP websearch support
- Add websearch.ts with Exa remote MCP configuration
- Update McpNameSchema to include websearch
- Wire websearch MCP into plugin initialization
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
* test(mcp): update tests and docs for websearch MCP
- Update index.test.ts to verify 3 MCPs (websearch, context7, grep_app)
- Add Exa/websearch documentation to README.md MCPs section
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2026-01-07 01:24:50 +09:00
Sisyphus
7a10b24bbd
feat: allow disabled_mcps to accept any MCP name ( #513 )
2026-01-05 21:12:05 +09:00
YeonGyu-Kim
a5c71473a5
refactor(mcp): remove websearch_exa as built-in MCP server
...
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2026-01-05 20:09:09 +09:00
YeonGyu-Kim
098d023dba
feat(mcp): add grep_app builtin MCP for ultra-fast GitHub code search
...
- Add grep_app MCP configuration (https://mcp.grep.app )
- Update explore agent with grep_app usage guide:
- Always launch 5+ grep_app calls with query variations
- Always add 2+ other search tools for verification
- grep_app is fast but potentially outdated, use as starting point only
- Update README.md and README.ko.md with grep_app documentation
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2025-12-13 19:14:01 +09:00
YeonGyu-Kim
c7d29fea48
refactor(mcp): remove unused builtinMcps export
...
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2025-12-09 10:36:34 +09:00
YeonGyu-Kim
eba89a6626
hotfix: move McpNameSchema to src/mcp/types.ts for proper module organization
2025-12-05 03:58:21 +09:00
YeonGyu-Kim
0a82787614
hotfix: use McpName from config schema instead of duplicate type definition
2025-12-05 03:56:14 +09:00
YeonGyu-Kim
6220fcddcf
feat(mcp): add context7 MCP and disabled_mcps config support
...
- Add context7 MCP for library documentation lookup
- Add oh-my-opencode.json config file support for per-project settings
- Support disabled_mcps array to selectively disable built-in MCPs
- Update documentation with Configuration section
2025-12-05 02:23:34 +09:00
YeonGyu-Kim
6495fae979
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
2025-12-05 02:15:39 +09:00