Skip to content

Commit 8a8d0d2

Browse files
rodion-mclaude
andcommitted
Fix MCP Registry image tag: latest → main
CI pushes :main but server.json referenced :latest, which is a stale image with a different digest. Align with CI output. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 490be0a commit 8a8d0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"packages": [
3434
{
3535
"registryType": "oci",
36-
"identifier": "ghcr.io/codealive-ai/codealive-mcp:latest",
36+
"identifier": "ghcr.io/codealive-ai/codealive-mcp:main",
3737
"runtimeHint": "docker",
3838
"transport": {
3939
"type": "stdio"

0 commit comments

Comments
 (0)