Skip to content

Commit cf33fc5

Browse files
committed
docs(readme): sync English version with Korean improvements on setup and configuration clarity
1 parent 4077869 commit cf33fc5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Override built-in agent settings:
336336

337337
Each agent supports: `model`, `temperature`, `top_p`, `prompt`, `tools`, `disable`, `description`, `mode`, `color`, `permission`.
338338

339-
Or disable agents via `disabled_agents`:
339+
Or you can disable them using `disabled_agents` in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`:
340340

341341
```json
342342
{
@@ -348,21 +348,23 @@ Available agents: `oracle`, `librarian`, `explore`, `frontend-ui-ux-engineer`, `
348348

349349
### MCPs
350350

351-
Disable built-in MCPs:
351+
By default, Context7 and Exa MCP are supported.
352+
353+
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`:
352354

353355
```json
354356
{
355357
"disabled_mcps": ["context7", "websearch_exa"]
356358
}
357359
```
358360

359-
See [OpenCode MCP Servers](https://opencode.ai/docs/mcp-servers) for more.
360-
361361
### LSP
362362

363-
Oh My OpenCode's LSP tools are for **refactoring only** (rename, code actions). Analysis LSP is handled by OpenCode itself.
363+
OpenCode provides LSP tools for analysis.
364+
Oh My OpenCode provides LSP tools for refactoring (rename, code actions).
365+
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.
364366

365-
Configure LSP servers via `lsp` option:
367+
You can configure additional LSP servers via the `lsp` option in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`:
366368

367369
```json
368370
{

0 commit comments

Comments
 (0)