From cf33fc5da1afcfcba87e99f4d2423671bbc6eb3b Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 10 Dec 2025 23:43:19 +0900 Subject: [PATCH] docs(readme): sync English version with Korean improvements on setup and configuration clarity --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ab554d..adee45b 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ Override built-in agent settings: Each agent supports: `model`, `temperature`, `top_p`, `prompt`, `tools`, `disable`, `description`, `mode`, `color`, `permission`. -Or disable agents via `disabled_agents`: +Or you can disable them using `disabled_agents` in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`: ```json { @@ -348,7 +348,9 @@ Available agents: `oracle`, `librarian`, `explore`, `frontend-ui-ux-engineer`, ` ### MCPs -Disable built-in MCPs: +By default, Context7 and Exa MCP are supported. + +If you don't want these, you can disable them using `disabled_mcps` in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`: ```json { @@ -356,13 +358,13 @@ Disable built-in MCPs: } ``` -See [OpenCode MCP Servers](https://opencode.ai/docs/mcp-servers) for more. - ### LSP -Oh My OpenCode's LSP tools are for **refactoring only** (rename, code actions). Analysis LSP is handled by OpenCode itself. +OpenCode provides LSP tools for analysis. +Oh My OpenCode provides LSP tools for refactoring (rename, code actions). +It supports all LSP configurations and custom settings supported by OpenCode (those configured in opencode.json), and you can also configure additional settings specifically for Oh My OpenCode as shown below. -Configure LSP servers via `lsp` option: +You can configure additional LSP servers via the `lsp` option in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`: ```json {