Skip to content

Commit acc9146

Browse files
author
SynTaek
authored
Update README to remove TestPyPI and PyPI options
Removed installation options from TestPyPI and PyPI in the README.
1 parent 7a151b5 commit acc9146

1 file changed

Lines changed: 3 additions & 42 deletions

File tree

README.md

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -67,44 +67,7 @@ Add the following to your configuration file:
6767
**Claude Desktop:** `claude_desktop_config.json`
6868
**VSCode/Cursor/Windsurf:** `.vscode/settings.json` or global settings (use `"mcpServers"` or `"mcp.servers"` depending on your editor)
6969

70-
71-
#### Option 1: Install from TestPyPI (Beta Testing)
72-
73-
```json
74-
{
75-
"mcpServers": {
76-
"code-trajectory": {
77-
"command": "uvx",
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-
#### Option 2: Install from PyPI (Recommended - Coming Soon)
93-
94-
Once published to PyPI, you can use the simpler configuration:
95-
96-
```json
97-
{
98-
"mcpServers": {
99-
"code-trajectory": {
100-
"command": "uvx",
101-
"args": ["code-trajectory-mcp"]
102-
}
103-
}
104-
}
105-
```
106-
107-
#### Option 3: Install from GitHub (Development)
70+
#### Install from GitHub (Development)
10871

10972
For the latest development version:
11073

@@ -116,15 +79,13 @@ For the latest development version:
11679
"args": [
11780
"--from",
11881
"git+https://github.com/SynTaek/code-trajectory-mcp.git",
119-
"code-trajectory"
82+
"code-trajectory-mcp"
12083
]
12184
}
12285
}
12386
}
12487
```
12588

126-
127-
12889
### Gemini (Google AI Studio / Vertex AI)
12990

13091
If you are using an MCP-compatible Gemini interface, use the following command settings:
@@ -198,4 +159,4 @@ Open your favorite Git GUI (SourceTree, GitKraken, Fork, etc.) and add the `.tra
198159

199160
## 📄 License
200161

201-
MIT
162+
MIT

0 commit comments

Comments
 (0)