Skip to content

Commit 5d619c1

Browse files
authored
Fix docker image path
1 parent 43636ad commit 5d619c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ For local development or if you prefer Docker over the remote service:
188188
"args": [
189189
"run", "--rm", "-i",
190190
"-e", "CODEALIVE_API_KEY=YOUR_API_KEY_HERE",
191-
"ghcr.io/codealive-ai/codealive-mcp:latest"
191+
"ghcr.io/codealive-ai/codealive-mcp:main"
192192
]
193193
}
194194
}
@@ -207,7 +207,7 @@ For local development or if you prefer Docker over the remote service:
207207
"args": [
208208
"run", "--rm", "-i",
209209
"-e", "CODEALIVE_API_KEY=YOUR_API_KEY_HERE",
210-
"ghcr.io/codealive-ai/codealive-mcp:latest"
210+
"ghcr.io/codealive-ai/codealive-mcp:main"
211211
]
212212
}
213213
}
@@ -227,7 +227,7 @@ mcpServers:
227227
- -i
228228
- -e
229229
- CODEALIVE_API_KEY=YOUR_API_KEY_HERE
230-
- ghcr.io/codealive-ai/codealive-mcp:latest
230+
- ghcr.io/codealive-ai/codealive-mcp:main
231231
```
232232

233233
### VS Code with Docker
@@ -242,7 +242,7 @@ Create `.vscode/mcp.json` in your workspace:
242242
"args": [
243243
"run", "--rm", "-i",
244244
"-e", "CODEALIVE_API_KEY=YOUR_API_KEY_HERE",
245-
"ghcr.io/codealive-ai/codealive-mcp:latest"
245+
"ghcr.io/codealive-ai/codealive-mcp:main"
246246
]
247247
}
248248
}
@@ -263,7 +263,7 @@ Create `.vscode/mcp.json` in your workspace:
263263
"args": [
264264
"run", "--rm", "-i",
265265
"-e", "CODEALIVE_API_KEY=YOUR_API_KEY_HERE",
266-
"ghcr.io/codealive-ai/codealive-mcp:latest"
266+
"ghcr.io/codealive-ai/codealive-mcp:main"
267267
]
268268
}
269269
}
@@ -378,4 +378,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
378378
---
379379

380380
**Ready to supercharge your AI assistant with deep code understanding?**
381-
[Get started now →](https://app.codealive.ai/)
381+
[Get started now →](https://app.codealive.ai/)

0 commit comments

Comments
 (0)