Compare commits

...

5 Commits

Author SHA1 Message Date
arch3rPro 1d6cd922a3 feat: update n8n-zh 2.25.3 2026-06-05 03:37:19 +08:00
arch3rPro a4a3361911 feat: update mcphub 1.0.11 2026-06-05 03:36:35 +08:00
arch3rPro 9eda3721b2 feat: update inspector 0.22.0 2026-06-05 03:35:31 +08:00
arch3rPro b6a3d48fe7 feat: update gpt4free 7.5.8-slim 2026-06-05 03:34:55 +08:00
arch3rPro 25bcb1fa42 feat: update gpt4free 7.5.8 2026-06-05 03:34:32 +08:00
22 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -245,7 +245,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
🚀 免费的GPT-4和其他大语言模型API接口
<kbd>7.5.7-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
<kbd>7.5.8-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
</td>
<td width="33%" align="center">
@@ -663,7 +663,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔍 模型上下文协议调试工具,支持MCP服务器测试与开发
<kbd>0.21.2</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
<kbd>0.22.0</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
</td>
<td width="33%" align="center">
@@ -757,7 +757,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.25.2</kbd> • [官网链接](https://n8n.io/)
<kbd>2.25.3</kbd> • [官网链接](https://n8n.io/)
</td>
</tr>
@@ -950,7 +950,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔌 MCP 服务器统一管理中心
<kbd>1.0.10</kbd> • [官网链接](https://docs.mcphub.app)
<kbd>1.0.11</kbd> • [官网链接](https://docs.mcphub.app)
</td>
</tr>
@@ -1,6 +1,6 @@
services:
gpt4free:
image: hlohaus789/g4f:v7.5.7-slim
image: hlohaus789/g4f:v7.5.8-slim
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -1,6 +1,6 @@
services:
gpt4free:
image: hlohaus789/g4f:v7.5.7
image: hlohaus789/g4f:v7.5.8
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -1,6 +1,6 @@
services:
inspector:
image: ghcr.io/modelcontextprotocol/inspector:0.21.2
image: ghcr.io/modelcontextprotocol/inspector:0.22.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -18,7 +18,7 @@ services:
depends_on:
postgres:
condition: service_healthy
image: samanhappy/mcphub:1.0.10
image: samanhappy/mcphub:1.0.11
labels:
createdBy: "Apps"
postgres:
@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:2.25.2
image: n8nio/n8n:2.25.3
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000