Commit 8eb841cc by Finley Ge Committed by GitHub

fix: version-list & update docker-compose.yamls (#6526)

* fix: get version list api for workflow/agent tools

* chore: update docker-composes
parent d8b8da8d
{ {
"tags": { "tags": {
"fastgpt": "v4.14.7.2", "fastgpt": "v4.14.8",
"fastgpt-sandbox": "v4.14.7.2", "fastgpt-sandbox": "v4.14.8",
"fastgpt-mcp_server": "v4.14.6", "fastgpt-mcp_server": "v4.14.8",
"fastgpt-plugin": "v0.5.4", "fastgpt-plugin": "v0.5.4",
"aiproxy": "v0.3.5", "aiproxy": "v0.3.5",
"aiproxy-pg": "0.8.0-pg15", "aiproxy-pg": "0.8.0-pg15",
......
...@@ -136,7 +136,7 @@ services: ...@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
...@@ -144,7 +144,7 @@ services: ...@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
......
...@@ -136,7 +136,7 @@ services: ...@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
...@@ -144,7 +144,7 @@ services: ...@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
......
...@@ -185,7 +185,7 @@ services: ...@@ -185,7 +185,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -237,13 +237,13 @@ services: ...@@ -237,13 +237,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -162,7 +162,7 @@ services: ...@@ -162,7 +162,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -214,13 +214,13 @@ services: ...@@ -214,13 +214,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -143,7 +143,7 @@ services: ...@@ -143,7 +143,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -195,13 +195,13 @@ services: ...@@ -195,13 +195,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -149,7 +149,7 @@ services: ...@@ -149,7 +149,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -201,13 +201,13 @@ services: ...@@ -201,13 +201,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -127,7 +127,7 @@ services: ...@@ -127,7 +127,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -179,13 +179,13 @@ services: ...@@ -179,13 +179,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -185,7 +185,7 @@ services: ...@@ -185,7 +185,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -237,13 +237,13 @@ services: ...@@ -237,13 +237,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -162,7 +162,7 @@ services: ...@@ -162,7 +162,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -214,13 +214,13 @@ services: ...@@ -214,13 +214,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -143,7 +143,7 @@ services: ...@@ -143,7 +143,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -195,13 +195,13 @@ services: ...@@ -195,13 +195,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -149,7 +149,7 @@ services: ...@@ -149,7 +149,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -201,13 +201,13 @@ services: ...@@ -201,13 +201,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -127,7 +127,7 @@ services: ...@@ -127,7 +127,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -179,13 +179,13 @@ services: ...@@ -179,13 +179,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
---
title: 'V4.14.8.1 (In Progress)'
description: 'FastGPT V4.14.8.1 Update Notes'
---
## Update Guide
### Update Images
- Update FastGPT image tag: v4.14.8.1
- Update FastGPT commercial image tag: v4.14.8.1
- Update fastgpt-plugin image tag: No update required
- mcp_server: No update required
- Update sandbox image tag: v4.14.8
- AIProxy: No update required
- mongo: No update required
## 🚀 New Features
## ⚙️ Improvements
## 🐛 Bug Fixes
1. Fixed an issue where the version list of agent tools could not be retrieved in the workflow orchestration.
---
title: 'V4.14.8.1(进行中)'
description: 'FastGPT V4.14.8.1 更新说明'
---
## 更新指南
### 更新镜像
- 更新 FastGPT 镜像 tag: v4.14.8.1
- 更新 FastGPT 商业版镜像 tag: v4.14.8.1
- 更新 fastgpt-plugin 镜像 tag: 无需更新
- mcp_server 无需更新
- 更新 sandbox 镜像 tag: v4.14.8
- AIProxy 无需更新
- mongo 无需更新
## 🚀 新增内容
## ⚙️ 优化
## 🐛 修复
1. 修复工作流编排中获取不到 agent 工具的版本列表的问题。
...@@ -119,6 +119,7 @@ description: FastGPT Toc ...@@ -119,6 +119,7 @@ description: FastGPT Toc
- [/en/docs/self-host/upgrading/4-14/4146](/en/docs/self-host/upgrading/4-14/4146) - [/en/docs/self-host/upgrading/4-14/4146](/en/docs/self-host/upgrading/4-14/4146)
- [/en/docs/self-host/upgrading/4-14/4147](/en/docs/self-host/upgrading/4-14/4147) - [/en/docs/self-host/upgrading/4-14/4147](/en/docs/self-host/upgrading/4-14/4147)
- [/en/docs/self-host/upgrading/4-14/4148](/en/docs/self-host/upgrading/4-14/4148) - [/en/docs/self-host/upgrading/4-14/4148](/en/docs/self-host/upgrading/4-14/4148)
- [/en/docs/self-host/upgrading/4-14/41481](/en/docs/self-host/upgrading/4-14/41481)
- [/en/docs/self-host/upgrading/outdated/40](/en/docs/self-host/upgrading/outdated/40) - [/en/docs/self-host/upgrading/outdated/40](/en/docs/self-host/upgrading/outdated/40)
- [/en/docs/self-host/upgrading/outdated/41](/en/docs/self-host/upgrading/outdated/41) - [/en/docs/self-host/upgrading/outdated/41](/en/docs/self-host/upgrading/outdated/41)
- [/en/docs/self-host/upgrading/outdated/4100](/en/docs/self-host/upgrading/outdated/4100) - [/en/docs/self-host/upgrading/outdated/4100](/en/docs/self-host/upgrading/outdated/4100)
......
...@@ -119,6 +119,7 @@ description: FastGPT 文档目录 ...@@ -119,6 +119,7 @@ description: FastGPT 文档目录
- [/docs/self-host/upgrading/4-14/4146](/docs/self-host/upgrading/4-14/4146) - [/docs/self-host/upgrading/4-14/4146](/docs/self-host/upgrading/4-14/4146)
- [/docs/self-host/upgrading/4-14/4147](/docs/self-host/upgrading/4-14/4147) - [/docs/self-host/upgrading/4-14/4147](/docs/self-host/upgrading/4-14/4147)
- [/docs/self-host/upgrading/4-14/4148](/docs/self-host/upgrading/4-14/4148) - [/docs/self-host/upgrading/4-14/4148](/docs/self-host/upgrading/4-14/4148)
- [/docs/self-host/upgrading/4-14/41481](/docs/self-host/upgrading/4-14/41481)
- [/docs/self-host/upgrading/outdated/40](/docs/self-host/upgrading/outdated/40) - [/docs/self-host/upgrading/outdated/40](/docs/self-host/upgrading/outdated/40)
- [/docs/self-host/upgrading/outdated/41](/docs/self-host/upgrading/outdated/41) - [/docs/self-host/upgrading/outdated/41](/docs/self-host/upgrading/outdated/41)
- [/docs/self-host/upgrading/outdated/4100](/docs/self-host/upgrading/outdated/4100) - [/docs/self-host/upgrading/outdated/4100](/docs/self-host/upgrading/outdated/4100)
......
...@@ -231,8 +231,8 @@ ...@@ -231,8 +231,8 @@
"document/content/docs/self-host/upgrading/4-14/4146.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4146.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4147.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4147.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4147.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4147.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4148.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/4-14/4148.en.mdx": "2026-03-06T19:32:23+08:00",
"document/content/docs/self-host/upgrading/4-14/4148.mdx": "2026-03-06T19:11:04+08:00", "document/content/docs/self-host/upgrading/4-14/4148.mdx": "2026-03-06T19:32:23+08:00",
"document/content/docs/self-host/upgrading/outdated/40.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/outdated/40.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/outdated/40.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/outdated/40.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/outdated/41.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/outdated/41.en.mdx": "2026-03-03T17:39:47+08:00",
......
...@@ -185,7 +185,7 @@ services: ...@@ -185,7 +185,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -237,13 +237,13 @@ services: ...@@ -237,13 +237,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -162,7 +162,7 @@ services: ...@@ -162,7 +162,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -214,13 +214,13 @@ services: ...@@ -214,13 +214,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -143,7 +143,7 @@ services: ...@@ -143,7 +143,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -195,13 +195,13 @@ services: ...@@ -195,13 +195,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -149,7 +149,7 @@ services: ...@@ -149,7 +149,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -201,13 +201,13 @@ services: ...@@ -201,13 +201,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -127,7 +127,7 @@ services: ...@@ -127,7 +127,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -179,13 +179,13 @@ services: ...@@ -179,13 +179,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -185,7 +185,7 @@ services: ...@@ -185,7 +185,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -237,13 +237,13 @@ services: ...@@ -237,13 +237,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -162,7 +162,7 @@ services: ...@@ -162,7 +162,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -214,13 +214,13 @@ services: ...@@ -214,13 +214,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -143,7 +143,7 @@ services: ...@@ -143,7 +143,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -195,13 +195,13 @@ services: ...@@ -195,13 +195,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -149,7 +149,7 @@ services: ...@@ -149,7 +149,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -201,13 +201,13 @@ services: ...@@ -201,13 +201,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -127,7 +127,7 @@ services: ...@@ -127,7 +127,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -179,13 +179,13 @@ services: ...@@ -179,13 +179,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
// @ts-nocheck
import type { NextConfig } from 'next'; import type { NextConfig } from 'next';
import path from 'path'; import path from 'path';
import withBundleAnalyzerInit from '@next/bundle-analyzer'; import withBundleAnalyzerInit from '@next/bundle-analyzer';
...@@ -17,11 +15,9 @@ const nextConfig: NextConfig = { ...@@ -17,11 +15,9 @@ const nextConfig: NextConfig = {
localeDetection: false localeDetection: false
}, },
output: 'standalone', output: 'standalone',
// 开发环境关闭 strict mode,避免第三方库的双重渲染问题 // 关闭 strict mode,避免第三方库的双重渲染问题
reactStrictMode: !isDev, reactStrictMode: false,
productionBrowserSourceMaps: false, productionBrowserSourceMaps: false,
// 启用 SWC 压缩
swcMinify: true,
async headers() { async headers() {
return [ return [
{ {
......
...@@ -11,7 +11,6 @@ import { AppToolSourceEnum } from '@fastgpt/global/core/app/tool/constants'; ...@@ -11,7 +11,6 @@ import { AppToolSourceEnum } from '@fastgpt/global/core/app/tool/constants';
import { PluginErrEnum } from '@fastgpt/global/common/error/code/plugin'; import { PluginErrEnum } from '@fastgpt/global/common/error/code/plugin';
import { Types } from '@fastgpt/service/common/mongo'; import { Types } from '@fastgpt/service/common/mongo';
import { splitCombineToolId } from '@fastgpt/global/core/app/tool/utils'; import { splitCombineToolId } from '@fastgpt/global/core/app/tool/utils';
import { getMCPParentId } from '@fastgpt/global/core/app/tool/mcpTool/utils';
export type getToolVersionListProps = PaginationProps<{ export type getToolVersionListProps = PaginationProps<{
pluginId?: string; pluginId?: string;
...@@ -63,9 +62,7 @@ async function handler( ...@@ -63,9 +62,7 @@ async function handler(
}); });
return app._id; return app._id;
} else { } else {
const item = await getSystemToolByIdAndVersionId(formatPluginId); return formatPluginId;
if (!item) return Promise.reject(PluginErrEnum.unAuth);
return item.associatedPluginId;
} }
})(); })();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment