Skip to content

Commit 56160d1

Browse files
committed
docs(readme.ko): improve clarity on setup configuration paths and MCP/LSP explanations
1 parent 61bbbcb commit 56160d1

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.ko.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ plugin 에 oh my opencode 를 추가했다면, tmux 를 사용하여 다음의
112112

113113
1. tmux 를 사용하여 셸 열기
114114
2. opencode auth login > Provider Anthropic > Login method Claude Pro/Max > 사용자에게 oauth 화면에서 인증하라고 안내
115-
3. 사용자에게 권장하는 셋업은 macOS 일 경우 VibeProxy, 아닐 경우 CLIProxyAPI 라고 안내
115+
3. 사용자에게 macOS 일 경우 VibeProxy, 아닐 경우 CLIProxyAPI 를 사용하여 OpenAI / Google 인증을 완료하라고 안내
116116

117117
### ⚠️ 주의
118118

@@ -338,7 +338,7 @@ Schema 자동 완성이 지원됩니다:
338338

339339
각 에이전트에서 지원하는 옵션: `model`, `temperature`, `top_p`, `prompt`, `tools`, `disable`, `description`, `mode`, `color`, `permission`.
340340

341-
또는 `disabled_agents` 비활성화할 수 있습니다:
341+
또는 ~/.config/opencode/oh-my-opencode.json 혹은 .opencode/oh-my-opencode.json 의 `disabled_agents` 를 사용하여 비활성화할 수 있습니다:
342342

343343
```json
344344
{
@@ -350,21 +350,23 @@ Schema 자동 완성이 지원됩니다:
350350

351351
### MCPs
352352

353-
내장된 MCP를 비활성화합니다:
353+
기본적으로 Context7, Exa MCP 를 지원합니다.
354+
355+
이것이 마음에 들지 않는다면, ~/.config/opencode/oh-my-opencode.json 혹은 .opencode/oh-my-opencode.json 의 `disabled_mcps` 를 사용하여 비활성화할 수 있습니다:
354356

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

361-
더 자세한 내용은 [OpenCode MCP Servers](https://opencode.ai/docs/mcp-servers)를 참조하세요.
362-
363363
### LSP
364364

365-
Oh My OpenCode의 LSP 도구는 오직 **리팩토링(이름 변경, 코드 액션)만을 위한 것**입니다. 분석용 LSP는 OpenCode 자체에서 처리합니다.
365+
OpenCode 는 분석을 위해 LSP 도구를 제공합니다.
366+
Oh My OpenCode 에서는 LSP 의 리팩토링(이름 변경, 코드 액션) 도구를 제공합니다.
367+
OpenCode 에서 지원하는 모든 LSP 구성 및 커스텀 설정 (opencode.json 에 설정 된 것) 을 그대로 지원하고, Oh My OpenCode 만을 위한 추가적인 설정도 아래와 같이 설정 할 수 있습니다.
366368

367-
`lsp` 옵션을 통해 LSP 서버를 설정합니다:
369+
~/.config/opencode/oh-my-opencode.json 혹은 .opencode/oh-my-opencode.json 의 `lsp` 옵션을 통해 LSP 서버를 추가로 설정 할 수 있습니다:
368370

369371
```json
370372
{

0 commit comments

Comments
 (0)