From 952643ca63cdb2f58f6d2cd87a30d6874d379b27 Mon Sep 17 00:00:00 2001 From: johnxie Date: Tue, 28 Jul 2026 04:09:53 -0700 Subject: [PATCH] =?UTF-8?q?docs(docker):=20count-free=20image=20descriptio?= =?UTF-8?q?n=20=E2=80=94=20counts=20live=20in=20README/server.json=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cccb78e..35c5090 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:20-slim LABEL maintainer="Taskade " -LABEL description="Taskade MCP Server — 62 AI tools for project management via Model Context Protocol" +LABEL description="Taskade MCP Server — AI tools for projects, tasks, agents, and webhooks via Model Context Protocol" LABEL org.opencontainers.image.source="https://github.com/taskade/mcp" LABEL org.opencontainers.image.licenses="MIT"