From 3ad0dc20c1fb597efb6344d7205e65e347a6359a Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Tue, 14 Oct 2025 12:55:35 -0500 Subject: [PATCH] 0.26 - a label on docker for GH OSS registry --- Dockerfile | 4 +++- gemini-extension.json | 4 ++-- server.json | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 377ee71..bec5a8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,5 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . +LABEL io.modelcontextprotocol.server.name="io.github.idjohnson/vikunjamcp" + CMD ["python", "main.py"] -#harbor.freshbrewed.science/library/vikunjamcp:0.25 +#harbor.freshbrewed.science/library/vikunjamcp:0.26 diff --git a/gemini-extension.json b/gemini-extension.json index e4f80d2..94f5aad 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "vikunja", - "version": "1.0.25", + "version": "1.0.26", "mcpServers": { "nodeServer": { "command": "docker", @@ -14,7 +14,7 @@ "VIKUNJA_USERNAME", "-e", "VIKUNJA_PASSWORD", - "harbor.freshbrewed.science/library/vikunjamcp:0.25" + "harbor.freshbrewed.science/library/vikunjamcp:0.26" ], "env": { "VIKUNJA_URL": "$VIKUNJA_URL", diff --git a/server.json b/server.json index 2f98f60..bc10695 100644 --- a/server.json +++ b/server.json @@ -6,11 +6,11 @@ "url": "https://github.com/idjohnson/vikunjamcp", "source": "git" }, - "version": "1.0.25", + "version": "1.0.26", "packages": [ { "registryType": "oci", - "identifier": "docker.io/idjohnson/vikunjamcp:0.25", + "identifier": "docker.io/idjohnson/vikunjamcp:0.26", "transport": { "type": "stdio" },