Skip to content

Commit ca637cd

Browse files
committed
README update again
1 parent d72da35 commit ca637cd

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ npx -y @smithery/cli install @bgheneti/amazing-marvin-mcp --client claude
4747
```
4848
Paste the API key when prompted
4949

50-
**Power user way (pip):**
50+
**Alternative (pip):**
5151
```bash
5252
pip install amazing-marvin-mcp
5353
```
@@ -101,50 +101,25 @@ npx -y @smithery/cli install @bgheneti/amazing-marvin-mcp --client claude
101101
```
102102
[Visit Smithery Registry](https://smithery.ai/server/@bgheneti/amazing-marvin-mcp) for other clients.
103103

104-
### Option 2: Pip + Manual Config (Recommended for Advanced Users)
104+
### Option 2: Pip + Manual Config
105105

106106
**Why choose this option:**
107-
- ✅ Always get the latest version from PyPI
108-
- ✅ Standard Python package management
109107
- ✅ Works with any MCP-compatible AI client
110108
- ✅ Easy to update: just `pip install --upgrade amazing-marvin-mcp`
111109

112110
#### Prerequisites
113111
- ✅ Python 3.10+ ([Download](https://www.python.org/downloads/))
114-
- ✅ Claude Desktop, Cursor, Windsurf, or another MCP client
112+
- ✅ Claude Desktop, Cursor, Windsurf, VS Code, or another MCP client
115113
- ✅ Amazing Marvin account with API access
116114

117115
#### Installation
118116
```bash
119117
# Install from PyPI (recommended)
120118
pip install amazing-marvin-mcp
121-
122-
# Or install latest development version
123-
pip install git+https://github.com/bgheneti/Amazing-Marvin-MCP.git
124-
```
125-
126-
#### Test the installation
127-
```bash
128-
python -m amazing_marvin_mcp --help
129-
```
130-
131-
#### Upgrade to latest version
132-
```bash
133-
pip install --upgrade amazing-marvin-mcp
134-
```
135-
136-
### Option 3: Development Installation
137-
138-
```bash
139-
git clone https://github.com/bgheneti/Amazing-Marvin-MCP.git
140-
cd Amazing-Marvin-MCP
141-
pip install -e .
142119
```
143120

144121
#### 📱 Client Configuration
145122

146-
**💡 Pro tip:** After `pip install amazing-marvin-mcp`, you can use `python -m amazing_marvin_mcp` in any client configuration. No need to specify full paths or worry about virtual environments!
147-
148123
<details>
149124
<summary>🖥️ Claude Desktop</summary>
150125

0 commit comments

Comments
 (0)