File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
9890pip 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
103103Configure the server using environment variables or command-line arguments.
You can’t perform that action at this time.
0 commit comments