From f5fbbfc06c2e9620747c2c1c277928bf5ca9a478 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 25 Sep 2025 16:56:02 +0800 Subject: [PATCH] feat: add McpServerInputDialog component for variable input and handling --- .../component/McpServerInputDialog.vue | 62 +++++++++++++++++++ ui/src/workflow/nodes/mcp-node/index.vue | 57 ++++++++++++++++- 2 files changed, 117 insertions(+), 2 deletions(-) create mode 100644 ui/src/workflow/nodes/mcp-node/component/McpServerInputDialog.vue diff --git a/ui/src/workflow/nodes/mcp-node/component/McpServerInputDialog.vue b/ui/src/workflow/nodes/mcp-node/component/McpServerInputDialog.vue new file mode 100644 index 000000000..34093de56 --- /dev/null +++ b/ui/src/workflow/nodes/mcp-node/component/McpServerInputDialog.vue @@ -0,0 +1,62 @@ + + + + diff --git a/ui/src/workflow/nodes/mcp-node/index.vue b/ui/src/workflow/nodes/mcp-node/index.vue index 93e7abd18..acd640429 100644 --- a/ui/src/workflow/nodes/mcp-node/index.vue +++ b/ui/src/workflow/nodes/mcp-node/index.vue @@ -246,6 +246,7 @@ +