You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ko/guides/build-with-ai.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,20 @@ Claude Code는 GitHub 이벤트에 대한 응답으로 명령을 실행하는
111
111
112
112
[Claude Code GitHub Action에서 MCP 서버를 사용하는 방법에 대한 자세한 정보](https://github.com/anthropics/claude-code-action?tab=readme-ov-file#using-custom-mcp-configuration)
113
113
114
+
#### Codex CLI
115
+
116
+
Codex CLI는 명령줄 AI 코딩 도구로, Astro 코드를 생성하는 동안 Astro Docs MCP 서버를 사용하여 문서에 액세스할 수 있습니다.
117
+
118
+
MCP 서버는 전역 수준의 `~/.codex/config.toml` 파일 또는 프로젝트 루트에 있는 `.codex/config.toml` 파일에서 구성할 수 있습니다.
0 commit comments