From 03b16eab6b388ca04ec6764d175783e161a3e57c Mon Sep 17 00:00:00 2001 From: alexz Date: Fri, 29 May 2026 08:08:09 -0700 Subject: [PATCH] mcp-manager: bump to 1.1.0 (emergent/PostHog removed, built-in mcp-manage server) --- apps/mcp-manager/build/build.sh | 2 +- apps/mcp-manager/config.json | 4 ++-- apps/mcp-manager/docker-compose.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/mcp-manager/build/build.sh b/apps/mcp-manager/build/build.sh index cf91dcc..21b4fd8 100644 --- a/apps/mcp-manager/build/build.sh +++ b/apps/mcp-manager/build/build.sh @@ -6,7 +6,7 @@ set -euo pipefail IMAGE_NAME="${IMAGE_NAME:-git.alexzaw.dev/alexz/mcp-manager}" -IMAGE_TAG="${IMAGE_TAG:-1.0.0}" +IMAGE_TAG="${IMAGE_TAG:-1.1.0}" SOURCE_REPO="${SOURCE_REPO:-https://git.alexzaw.dev/alexz/mcp-manager.git}" WORKDIR="${WORKDIR:-/tmp/mcp-manager-build}" diff --git a/apps/mcp-manager/config.json b/apps/mcp-manager/config.json index 34ceda5..d3ebc50 100644 --- a/apps/mcp-manager/config.json +++ b/apps/mcp-manager/config.json @@ -8,8 +8,8 @@ "port": 8501, "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 20 and uv/uvx ship in the image, and every package cache is persisted to app-data so servers download once and survive restarts.", - "tipi_version": 1, - "version": "1.0.0", + "tipi_version": 2, + "version": "1.1.0", "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 d94d0b4..cd1fb9f 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.0.0", + "image": "git.alexzaw.dev/alexz/mcp-manager:1.1.0", "isMain": true, "internalPort": 8001, "dependsOn": {