mcp-manager v1.4.0: runtime Node 24 LTS image bump
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
IMAGE_NAME="${IMAGE_NAME:-git.alexzaw.dev/alexz/mcp-manager}"
|
IMAGE_NAME="${IMAGE_NAME:-git.alexzaw.dev/alexz/mcp-manager}"
|
||||||
IMAGE_TAG="${IMAGE_TAG:-1.3.0}"
|
IMAGE_TAG="${IMAGE_TAG:-1.4.0}"
|
||||||
SOURCE_REPO="${SOURCE_REPO:-https://git.alexzaw.dev/alexz/mcp-manager.git}"
|
SOURCE_REPO="${SOURCE_REPO:-https://git.alexzaw.dev/alexz/mcp-manager.git}"
|
||||||
WORKDIR="${WORKDIR:-/tmp/mcp-manager-build}"
|
WORKDIR="${WORKDIR:-/tmp/mcp-manager-build}"
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,9 @@
|
|||||||
"author": "alexz",
|
"author": "alexz",
|
||||||
"port": 8501,
|
"port": 8501,
|
||||||
"categories": ["ai", "utilities"],
|
"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.",
|
"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.",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"source": "https://git.alexzaw.dev/alexz/mcp-manager",
|
"source": "https://git.alexzaw.dev/alexz/mcp-manager",
|
||||||
"website": "https://git.alexzaw.dev/alexz/mcp-manager",
|
"website": "https://git.alexzaw.dev/alexz/mcp-manager",
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"name": "mcp-manager",
|
"name": "mcp-manager",
|
||||||
"image": "git.alexzaw.dev/alexz/mcp-manager:1.3.0",
|
"image": "git.alexzaw.dev/alexz/mcp-manager:1.4.0",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 8001,
|
"internalPort": 8001,
|
||||||
"dependsOn": {
|
"dependsOn": {
|
||||||
|
|||||||
Reference in New Issue
Block a user