From 5802130fdac3052df63fab059affe20752851709 Mon Sep 17 00:00:00 2001 From: MattBabbbage Date: Wed, 24 Sep 2025 17:18:06 +0100 Subject: [PATCH] Set version to 0.0.0 initially --- server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.json b/server.json index fa2ecfa8..a5e6553e 100644 --- a/server.json +++ b/server.json @@ -7,13 +7,13 @@ "url": "https://github.com/github/github-mcp-server", "source": "github" }, - "version": "0.15.0", + "version": "0.0.0", "packages": [ { "registryType": "oci", "registryBaseUrl": "https://docker.io", "identifier": "ghcr.io/github/github-mcp-server", - "version": "0.15.0", + "version": "0.0.0", "runtimeHint": "docker", "transport": { "type": "stdio"