Skip to content

Commit a269463

Browse files
authored
Update README.md
1 parent 487abca commit a269463

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ The MCP server provides the following tools:
6464

6565
### Installation
6666

67-
#### Installing via Smithery
68-
69-
To install CodeAlive for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@CodeAlive-AI/codealive-mcp):
70-
71-
```bash
72-
npx -y @smithery/cli install @CodeAlive-AI/codealive-mcp --client claude
73-
```
74-
7567
#### Installing with uv (Recommended)
7668

7769
```bash
@@ -98,6 +90,14 @@ source .venv/bin/activate # On Windows use: .venv\\Scripts\\activate
9890
pip install -e .
9991
```
10092

93+
#### Installing via Smithery
94+
95+
To install CodeAlive for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@CodeAlive-AI/codealive-mcp):
96+
97+
```bash
98+
npx -y @smithery/cli install @CodeAlive-AI/codealive-mcp --client claude
99+
```
100+
101101
## Configuration
102102

103103
Configure the server using environment variables or command-line arguments.

0 commit comments

Comments
 (0)