mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-06 01:02:54 +08:00
fix: mcp sse params (#6056)
* mcp sse params * add console * fix * node version
This commit is contained in:
+3
@@ -150,6 +150,9 @@ const WorkflowInitContextProvider = ({
|
||||
name: node.data.name,
|
||||
parentNodeId: node.data.parentNodeId,
|
||||
flowNodeType: node.data.flowNodeType,
|
||||
version: node.data.version,
|
||||
versionLabel: node.data.versionLabel,
|
||||
isLatestVersion: node.data.isLatestVersion,
|
||||
inputs: node.data.inputs.map((input) => {
|
||||
return {
|
||||
key: input.key,
|
||||
|
||||
Reference in New Issue
Block a user