diff --git a/ui/src/workflow-canvas/nodes/ai-chat-node/component/resource-setting/index.vue b/ui/src/workflow-canvas/nodes/ai-chat-node/component/resource-setting/index.vue
index a11ece0c1ee..2973b4c650a 100644
--- a/ui/src/workflow-canvas/nodes/ai-chat-node/component/resource-setting/index.vue
+++ b/ui/src/workflow-canvas/nodes/ai-chat-node/component/resource-setting/index.vue
@@ -116,7 +116,7 @@ function removeId(field: 'application_ids' | 'mcp_tool_ids' | 'skill_tool_ids' |
-
+
diff --git a/ui/src/workflow-canvas/nodes/mcp-node/component/McpServerInputDialog.vue b/ui/src/workflow-canvas/nodes/mcp-node/component/McpServerInputDialog.vue
index f74e60edc90..99bdc055587 100644
--- a/ui/src/workflow-canvas/nodes/mcp-node/component/McpServerInputDialog.vue
+++ b/ui/src/workflow-canvas/nodes/mcp-node/component/McpServerInputDialog.vue
@@ -1,13 +1,6 @@
-
-
+
+
-
- 节点设置
-
-
-
-
-
-
MCP Server Config*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ mcpTool.name }}
-
共享
-
-
-
-
-
-
-
- 工具
-
-
- 获取工具
-
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
- 工具参数
-
-
-
-
-
-
-
- {{ item.label.label }}
- *
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据
-
-
-
-
-
+
+
+
+
+ 工具
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+ 工具参数
+
+
+
+
+
+
+ {{ item.label.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
暂无数据
+
+
+
+
+
diff --git a/ui/src/workflow-canvas/types.ts b/ui/src/workflow-canvas/types.ts
index a3fb4634fa4..869740b702d 100644
--- a/ui/src/workflow-canvas/types.ts
+++ b/ui/src/workflow-canvas/types.ts
@@ -12,7 +12,7 @@ export enum WorkflowNodeType {
Reply = 'reply-node',
ToolLib = 'tool-lib-node',
ToolWorkflowLib = 'tool-workflow-lib-node',
- ToolLibCustom = 'tool-custom-node',
+ ToolLibCustom = 'tool-node',
RerankerNode = 'reranker-node',
Application = 'application-node',
DocumentExtractNode = 'document-extract-node',