From edd4fb9ce137314fb26fa4cb65a9b05b0bf64bdf Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Fri, 29 May 2026 03:36:25 +0800 Subject: [PATCH] feat: update mcphub 1.0.7 --- README.md | 2 +- apps/mcphub/{1.0.5 => 1.0.7}/data.yml | 0 apps/mcphub/{1.0.5 => 1.0.7}/data/.gitkeep | 0 apps/mcphub/{1.0.5 => 1.0.7}/docker-compose.yml | 4 +--- 4 files changed, 2 insertions(+), 4 deletions(-) rename apps/mcphub/{1.0.5 => 1.0.7}/data.yml (100%) rename apps/mcphub/{1.0.5 => 1.0.7}/data/.gitkeep (100%) rename apps/mcphub/{1.0.5 => 1.0.7}/docker-compose.yml (96%) diff --git a/README.md b/README.md index b82e7bc..8329072 100644 --- a/README.md +++ b/README.md @@ -950,7 +950,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🔌 MCP 服务器统一管理中心 -1.0.5 • [官网链接](https://docs.mcphub.app) +1.0.7 • [官网链接](https://docs.mcphub.app) diff --git a/apps/mcphub/1.0.5/data.yml b/apps/mcphub/1.0.7/data.yml similarity index 100% rename from apps/mcphub/1.0.5/data.yml rename to apps/mcphub/1.0.7/data.yml diff --git a/apps/mcphub/1.0.5/data/.gitkeep b/apps/mcphub/1.0.7/data/.gitkeep similarity index 100% rename from apps/mcphub/1.0.5/data/.gitkeep rename to apps/mcphub/1.0.7/data/.gitkeep diff --git a/apps/mcphub/1.0.5/docker-compose.yml b/apps/mcphub/1.0.7/docker-compose.yml similarity index 96% rename from apps/mcphub/1.0.5/docker-compose.yml rename to apps/mcphub/1.0.7/docker-compose.yml index 35ba59a..2f68c32 100644 --- a/apps/mcphub/1.0.5/docker-compose.yml +++ b/apps/mcphub/1.0.7/docker-compose.yml @@ -18,10 +18,9 @@ services: depends_on: postgres: condition: service_healthy - image: samanhappy/mcphub:1.0.5 + image: samanhappy/mcphub:1.0.7 labels: createdBy: "Apps" - postgres: image: pgvector/pgvector:pg17 container_name: ${CONTAINER_NAME}-pg @@ -43,7 +42,6 @@ services: start_period: 30s labels: createdBy: "Apps" - networks: 1panel-network: external: true