You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Docker tags to :main and improve Claude Desktop install UX
- Replace all v0.3.0 Docker image tags with :main (no README updates needed per release)
- Rewrite Claude Desktop section: .mcpb download from Releases first, Docker fallback second
- Attach .mcpb bundle to GitHub Releases in release workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@@ -294,7 +294,7 @@ Create `.vscode/mcp.json` in your workspace:
294
294
"args": [
295
295
"run", "--rm", "-i",
296
296
"-e", "CODEALIVE_API_KEY=YOUR_API_KEY_HERE",
297
-
"ghcr.io/codealive-ai/codealive-mcp:v0.3.0"
297
+
"ghcr.io/codealive-ai/codealive-mcp:main"
298
298
]
299
299
}
300
300
}
@@ -306,26 +306,18 @@ Create `.vscode/mcp.json` in your workspace:
306
306
<details>
307
307
<summary><b>Claude Desktop</b></summary>
308
308
309
-
> **Recommended:** use the native Claude Desktop extension bundle (`.mcpb`) for one-click install, secure token storage, and self-hosted `baseUrl` configuration. Keep Docker (STDIO) as a fallback.
The `.mcpb` bundle gives you one-click install, secure token storage, and self-hosted `baseUrl` configuration — no Docker or CLI required.
318
312
313
+
1. Download `codealive-mcp.mcpb` from the [latest GitHub Release](https://github.com/CodeAlive-AI/codealive-mcp/releases/latest)
319
314
2. In Claude Desktop, open **Settings → Extensions → Install Extension...**
320
-
321
-
3. Select the generated `.mcpb` file and configure:
315
+
3. Select the downloaded `.mcpb` file and configure:
322
316
- **CodeAlive API Key**: your bearer token
323
-
- **CodeAlive Base URL**: your deployment origin, for example `https://codealive.yourcompany.com`
317
+
- **CodeAlive Base URL**: defaults to `https://app.codealive.ai`; for self-hosted, use your deployment origin (e.g. `https://codealive.yourcompany.com`)
324
318
- **Ignore TLS Errors**: only for dev/self-signed environments
325
319
326
-
`https://host`is preferred. `https://host/api` is also accepted and normalized automatically.
0 commit comments