From e81002ba431591ef351c3a5b395ffea76719bbad Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 5 Jan 2026 20:09:34 +0900 Subject: [PATCH] docs: remove websearch_exa from feature documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- AGENTS.md | 2 +- CONTRIBUTING.md | 2 +- README.ja.md | 8 +++----- README.ko.md | 8 +++----- README.md | 8 +++----- README.zh-cn.md | 8 +++----- 6 files changed, 14 insertions(+), 22 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 90efb1a..7ddf94a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -20,7 +20,7 @@ oh-my-opencode/ │ ├── auth/ # Google Antigravity OAuth - see src/auth/AGENTS.md │ ├── shared/ # Cross-cutting utilities - see src/shared/AGENTS.md │ ├── cli/ # CLI installer, doctor - see src/cli/AGENTS.md -│ ├── mcp/ # MCP configs: context7, websearch_exa, grep_app +│ ├── mcp/ # MCP configs: context7, grep_app │ ├── config/ # Zod schema, TypeScript types │ └── index.ts # Main plugin entry (464 lines) ├── script/ # build-schema.ts, publish.ts, generate-changelog.ts diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3d8eae0..b47e221 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ oh-my-opencode/ │ ├── agents/ # AI agents (OmO, oracle, librarian, explore, etc.) │ ├── hooks/ # 21 lifecycle hooks │ ├── tools/ # LSP (11), AST-Grep, Grep, Glob, etc. -│ ├── mcp/ # MCP server integrations (context7, websearch_exa, grep_app) +│ ├── mcp/ # MCP server integrations (context7, grep_app) │ ├── features/ # Claude Code compatibility layers │ ├── config/ # Zod schemas and TypeScript types │ ├── auth/ # Google Antigravity OAuth diff --git a/README.ja.md b/README.ja.md index af2e326..3da5048 100644 --- a/README.ja.md +++ b/README.ja.md @@ -563,7 +563,6 @@ OpenCode セッション履歴をナビゲートおよび検索するための ``` - **Online**: プロジェクトのルールがすべてではありません。拡張機能のための内蔵 MCP を提供します: - **context7**: ライブラリの最新公式ドキュメントを取得 - - **websearch_exa**: Exa AI を活用したリアルタイムウェブ検索 - **grep_app**: 数百万の公開 GitHub リポジトリから超高速コード検索(実装例を探すのに最適) #### マルチモーダルを活用し、トークンは節約する @@ -655,7 +654,7 @@ Oh My OpenCode は以下の場所からフックを読み込んで実行しま | トグル | `false` の場合、ロードが無効になるパス | 影響を受けないもの | | ---------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------- | -| `mcp` | `~/.claude/.mcp.json`, `./.mcp.json`, `./.claude/.mcp.json` | 内蔵 MCP (context7, websearch_exa) | +| `mcp` | `~/.claude/.mcp.json`, `./.mcp.json`, `./.claude/.mcp.json` | 内蔵 MCP (context7, grep_app) | | `commands` | `~/.claude/commands/*.md`, `./.claude/commands/*.md` | `~/.config/opencode/command/`, `./.opencode/command/` | | `skills` | `~/.claude/skills/*/SKILL.md`, `./.claude/skills/*/SKILL.md` | - | | `agents` | `~/.claude/agents/*.md`, `./.claude/agents/*.md` | 内蔵エージェント (oracle, librarian 等) | @@ -928,17 +927,16 @@ Oh My OpenCode は以下の場所からフックを読み込んで実行しま ### MCPs -コンテキスト7、Exa、grep.app MCP がデフォルトで有効になっています。 +Context7、grep.app MCP がデフォルトで有効になっています。 - **context7**: ライブラリの最新公式ドキュメントを取得 -- **websearch_exa**: Exa AI を活用したリアルタイムウェブ検索 - **grep_app**: [grep.app](https://grep.app) を通じて数百万の公開 GitHub リポジトリから超高速コード検索 不要であれば、`~/.config/opencode/oh-my-opencode.json` または `.opencode/oh-my-opencode.json` の `disabled_mcps` を使用して無効化できます: ```json { - "disabled_mcps": ["context7", "websearch_exa", "grep_app"] + "disabled_mcps": ["context7", "grep_app"] } ``` diff --git a/README.ko.md b/README.ko.md index 0c7c534..eca1f36 100644 --- a/README.ko.md +++ b/README.ko.md @@ -556,7 +556,6 @@ OpenCode 세션 히스토리를 탐색하고 검색하기 위한 도구들입니 ``` - **Online**: 프로젝트 규칙이 전부는 아니겠죠. 확장 기능을 위한 내장 MCP를 제공합니다: - **context7**: 공식 문서 조회 - - **websearch_exa**: 실시간 웹 검색 - **grep_app**: 공개 GitHub 저장소에서 초고속 코드 검색 (구현 예제 찾기에 최적) #### 멀티모달을 다 활용하면서, 토큰은 덜 쓰도록. @@ -648,7 +647,7 @@ Oh My OpenCode는 다음 위치의 훅을 읽고 실행합니다: | 토글 | `false`일 때 로딩 비활성화 경로 | 영향 받지 않음 | | ---------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------- | -| `mcp` | `~/.claude/.mcp.json`, `./.mcp.json`, `./.claude/.mcp.json` | 내장 MCP (context7, websearch_exa) | +| `mcp` | `~/.claude/.mcp.json`, `./.mcp.json`, `./.claude/.mcp.json` | 내장 MCP (context7, grep_app) | | `commands` | `~/.claude/commands/*.md`, `./.claude/commands/*.md` | `~/.config/opencode/command/`, `./.opencode/command/` | | `skills` | `~/.claude/skills/*/SKILL.md`, `./.claude/skills/*/SKILL.md` | - | | `agents` | `~/.claude/agents/*.md`, `./.claude/agents/*.md` | 내장 에이전트 (oracle, librarian 등) | @@ -921,17 +920,16 @@ Schema 자동 완성이 지원됩니다: ### MCPs -기본적으로 Context7, Exa, grep.app MCP 를 지원합니다. +기본적으로 Context7, grep.app MCP 를 지원합니다. - **context7**: 라이브러리의 최신 공식 문서를 가져옵니다 -- **websearch_exa**: Exa AI 기반 실시간 웹 검색 - **grep_app**: [grep.app](https://grep.app)을 통해 수백만 개의 공개 GitHub 저장소에서 초고속 코드 검색 이것이 마음에 들지 않는다면, ~/.config/opencode/oh-my-opencode.json 혹은 .opencode/oh-my-opencode.json 의 `disabled_mcps` 를 사용하여 비활성화할 수 있습니다: ```json { - "disabled_mcps": ["context7", "websearch_exa", "grep_app"] + "disabled_mcps": ["context7", "grep_app"] } ``` diff --git a/README.md b/README.md index 07c6413..fd3532e 100644 --- a/README.md +++ b/README.md @@ -582,7 +582,6 @@ These tools enable agents to reference previous conversations and maintain conti ``` - **Online**: Project rules aren't everything. Built-in MCPs for extended capabilities: - **context7**: Official documentation lookup - - **websearch_exa**: Real-time web search - **grep_app**: Ultra-fast code search across public GitHub repos (great for finding implementation examples) #### Be Multimodal. Save Tokens. @@ -694,7 +693,7 @@ Disable specific Claude Code compatibility features with the `claude_code` confi | Toggle | When `false`, stops loading from... | Unaffected | | ---------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------- | -| `mcp` | `~/.claude/.mcp.json`, `./.mcp.json`, `./.claude/.mcp.json` | Built-in MCP (context7, websearch_exa) | +| `mcp` | `~/.claude/.mcp.json`, `./.mcp.json`, `./.claude/.mcp.json` | Built-in MCP (context7, grep_app) | | `commands` | `~/.claude/commands/*.md`, `./.claude/commands/*.md` | `~/.config/opencode/command/`, `./.opencode/command/` | | `skills` | `~/.claude/skills/*/SKILL.md`, `./.claude/skills/*/SKILL.md` | - | | `agents` | `~/.claude/agents/*.md`, `./.claude/agents/*.md` | Built-in agents (oracle, librarian, etc.) | @@ -983,17 +982,16 @@ Available hooks: `todo-continuation-enforcer`, `context-window-monitor`, `sessio ### MCPs -Context7, Exa, and grep.app MCP enabled by default. +Context7 and grep.app MCP enabled by default. - **context7**: Fetches up-to-date official documentation for libraries -- **websearch_exa**: Real-time web search powered by Exa AI - **grep_app**: Ultra-fast code search across millions of public GitHub repositories via [grep.app](https://grep.app) Don't want them? Disable via `disabled_mcps` in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`: ```json { - "disabled_mcps": ["context7", "websearch_exa", "grep_app"] + "disabled_mcps": ["context7", "grep_app"] } ``` diff --git a/README.zh-cn.md b/README.zh-cn.md index 1ab7bae..41f3ca9 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -567,7 +567,6 @@ OhMyOpenCode 让这些成为可能。 ``` - **在线资源**:项目里的规矩不够用?内置 MCP 来凑: - **context7**:查最新的官方文档 - - **websearch_exa**:Exa AI 实时搜网 - **grep_app**:用 [grep.app](https://grep.app) 在几百万个 GitHub 仓库里秒搜代码(找抄作业的例子神器) #### 多模态全开,Token 省着用 @@ -659,7 +658,7 @@ Oh My OpenCode 会扫这些地方: | 开关 | 设为 `false` 就停用的路径 | 不受影响的 | | ---------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------- | -| `mcp` | `~/.claude/.mcp.json`, `./.mcp.json`, `./.claude/.mcp.json` | 内置 MCP(context7、websearch_exa) | +| `mcp` | `~/.claude/.mcp.json`, `./.mcp.json`, `./.claude/.mcp.json` | 内置 MCP(context7、grep_app) | | `commands` | `~/.claude/commands/*.md`, `./.claude/commands/*.md` | `~/.config/opencode/command/`, `./.opencode/command/` | | `skills` | `~/.claude/skills/*/SKILL.md`, `./.claude/skills/*/SKILL.md` | - | | `agents` | `~/.claude/agents/*.md`, `./.claude/agents/*.md` | 内置 Agent(oracle、librarian 等) | @@ -932,17 +931,16 @@ Sisyphus Agent 也能自定义: ### MCPs -默认送你 Context7、Exa 和 grep.app MCP。 +默认送你 Context7 和 grep.app MCP。 - **context7**:查最新的官方文档 -- **websearch_exa**:Exa AI 实时搜网 - **grep_app**:[grep.app](https://grep.app) 极速搜 GitHub 代码 不想要?在 `~/.config/opencode/oh-my-opencode.json` 或 `.opencode/oh-my-opencode.json` 的 `disabled_mcps` 里关掉: ```json { - "disabled_mcps": ["context7", "websearch_exa", "grep_app"] + "disabled_mcps": ["context7", "grep_app"] } ```