Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
6ed06936
authored
Apr 18, 2025
by
Archer
Committed by
GitHub
Apr 18, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc (#4589)
parent
8d9125b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
8 deletions
+54
-8
docSite/content/zh-cn/docs/development/upgrading/496.md
+54
-8
No files found.
docSite/content/zh-cn/docs/development/upgrading/496.md
View file @
6ed06936
---
---
title
:
'
V4.9.6
(进行中)
'
title
:
'
V4.9.6'
description
:
'
FastGPT
V4.9.6
更新说明'
description
:
'
FastGPT
V4.9.6
更新说明'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
...
@@ -7,11 +7,6 @@ toc: true
...
@@ -7,11 +7,6 @@ toc: true
weight
:
794
weight
:
794
---
---
## 🚀 新增内容
## 🚀 新增内容
1.
以 MCP 方式对外提供应用调用。
1.
以 MCP 方式对外提供应用调用。
...
@@ -35,4 +30,56 @@ weight: 794
...
@@ -35,4 +30,56 @@ weight: 794
1.
修复子工作流包含交互节点时,未成功恢复子工作流所有数据。
1.
修复子工作流包含交互节点时,未成功恢复子工作流所有数据。
2.
completion v1 接口,未接受 interactive 参数,导致 API 调用失败。
2.
completion v1 接口,未接受 interactive 参数,导致 API 调用失败。
3.
连续工具调用,上下文截断异常
3.
连续工具调用,上下文截断异常
\ No newline at end of file
## 升级指南
### 1. 做好数据备份
### 2. 部署 MCP server 服务
#### Docker 部署
在
`docker-compose.yml`
文件中,加入
`fastgpt-mcp-server`
服务:
```
yml
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.9.6
ports
:
-
3005:3000
networks
:
-
fastgpt
restart
:
always
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
```
#### Sealos 部署
直接在
`应用管理`
中,增加一个
`fastgpt-mcp-server`
应用,镜像为
`ghcr.io/labring/fastgpt-mcp_server:v4.9.6`
,并设置环境变量
`FASTGPT_ENDPOINT=fastgpt 的访问地址`
。
### 3. 修改 FastGPT 容器环境变量
#### 开源版
修改
`config.json`
配置文件,增加:
`"feconfigs.mcpServerProxyEndpoint": "fastgpt-mcp-server 的访问地址"`
, 末尾不要携带/,例如:
```
json
{
"feConfigs"
:
{
"lafEnv"
:
"https://laf.dev"
,
"mcpServerProxyEndpoint"
:
"https://mcp.fastgpt.cn"
}
}
```
#### 商业版
在 Admin 后台,
`系统配置-基础配置-系统参数`
中的
`MCP 转发服务地址`
中,设置
`fastgpt-mcp-server`
的公网访问地址。
### 4. 更新镜像 tag
-
更新 FastGPT 镜像 tag: v4.9.6
-
更新 FastGPT 商业版镜像 tag: v4.9.6
-
更新 Sandbox 镜像 tag: v4.9.6
-
增加 FastGPT mcp server 镜像 tag: v4.9.6
-
AIProxy 无需更新
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment