From 19fa1c78218b2ed6a5629e8fdc773995bd2056c4 Mon Sep 17 00:00:00 2001 From: alexz Date: Wed, 17 Jun 2026 19:09:49 -0700 Subject: [PATCH] mcp-manager 1.5.2: add unzip + persist puppeteer cache via symlink to /data --- apps/mcp-manager/config.json | 2 +- apps/mcp-manager/docker-compose.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mcp-manager/config.json b/apps/mcp-manager/config.json index 5e728d4..74882f4 100644 --- a/apps/mcp-manager/config.json +++ b/apps/mcp-manager/config.json @@ -9,7 +9,7 @@ "categories": ["ai", "utilities"], "description": "A control panel for your Model Context Protocol (MCP) servers. Add, edit, run and monitor stdio / SSE / HTTP servers, then export a ready-to-paste Claude configuration. stdio servers (npx- and uvx-based) are launched inside the container and exposed over HTTPS through the built-in SSE bridge. Node 24 and uv/uvx ship in the image, and every package cache is persisted to app-data so servers download once and survive restarts. The built-in chat agent can install MCP servers from a git+https:// repo or https:// archive (allow-listed hosts) for packages not in a public registry.", "tipi_version": 5, - "version": "1.5.1", + "version": "1.5.2", "source": "https://git.alexzaw.dev/alexz/mcp-manager", "website": "https://git.alexzaw.dev/alexz/mcp-manager", "exposable": true, diff --git a/apps/mcp-manager/docker-compose.json b/apps/mcp-manager/docker-compose.json index ff4f154..7932541 100644 --- a/apps/mcp-manager/docker-compose.json +++ b/apps/mcp-manager/docker-compose.json @@ -4,7 +4,7 @@ "services": [ { "name": "mcp-manager", - "image": "git.alexzaw.dev/alexz/mcp-manager:1.5.1", + "image": "git.alexzaw.dev/alexz/mcp-manager:1.5.2", "isMain": true, "internalPort": 8001, "dependsOn": {