File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,43 +68,7 @@ git init
6868** Claude Desktop:** ` claude_desktop_config.json `
6969** VSCode/Cursor/Windsurf:** ` .vscode/settings.json ` 또는 전역 설정 (에디터에 따라 ` "mcpServers" ` 또는 ` "mcp.servers" ` 사용)
7070
71-
72- #### 옵션 1: TestPyPI에서 설치 (베타 테스트)
73-
74- ``` json
75- {
76- "mcpServers" : {
77- "code-trajectory" : {
78- "args" : [
79- " --from" ,
80- " code-trajectory-mcp" ,
81- " --index-url" ,
82- " https://test.pypi.org/simple/" ,
83- " --extra-index-url" ,
84- " https://pypi.org/simple/" ,
85- " code-trajectory"
86- ]
87- }
88- }
89- }
90- ```
91-
92- #### 옵션 2: PyPI에서 설치 (추천 - 곧 제공)
93-
94- PyPI에 배포되면 더 간단한 설정을 사용할 수 있습니다:
95-
96- ``` json
97- {
98- "mcpServers" : {
99- "code-trajectory" : {
100- "command" : " uvx" ,
101- "args" : [" code-trajectory-mcp" ]
102- }
103- }
104- }
105- ```
106-
107- #### 옵션 3: GitHub에서 설치 (개발 버전)
71+ #### GitHub에서 설치 (개발 버전)
10872
10973최신 개발 버전을 사용하려면:
11074
@@ -116,22 +80,20 @@ PyPI에 배포되면 더 간단한 설정을 사용할 수 있습니다:
11680 "args" : [
11781 " --from" ,
11882 " git+https://github.com/SynTaek/code-trajectory-mcp.git" ,
119- " code-trajectory"
83+ " code-trajectory-mcp "
12084 ]
12185 }
12286 }
12387}
12488```
12589
126-
127-
12890### Gemini (Google AI Studio / Vertex AI)
12991
13092MCP 호환 Gemini 인터페이스를 사용하는 경우, 다음 명령 설정을 사용하세요:
13193
13294 * ** Command:** ` uvx `
13395 * ** Args (TestPyPI):** ` --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ code-trajectory-mcp `
134- * ** Args (GitHub):** ` --from git+https://github.com/SynTaek/code-trajectory-mcp.git code-trajectory `
96+ * ** Args (GitHub):** ` --from git+https://github.com/SynTaek/code-trajectory-mcp.git code-trajectory-mcp `
13597
13698
13799
@@ -202,4 +164,4 @@ git --git-dir=.trajectory/.git log -p
202164
203165## 📄 라이선스
204166
205- MIT
167+ MIT
You can’t perform that action at this time.
0 commit comments