[PR #55] feat(workflow): add MCP node support with api selection #54

Open
opened 2026-03-03 13:58:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/labring/tentix/pull/55
Author: @mafirs
Created: 1/13/2026
Status: 🔄 Open

Base: mainHead: pr/mcp-final


📝 Commits (3)

  • 405d302 feat(workflow): add MCP node support with api selection
  • 568f109 refactor: remove redundant comments in workflow builder
  • a64b871 feat(mcp): enhance mcp node with websocket and cache support

📊 Changes

11 files changed (+1440 additions, -105 deletions)

View changed files

frontend/src/components/react-flow/nodes/mcp.tsx (+323 -0)
📝 frontend/src/components/react-flow/workflow.tsx (+2 -0)
📝 frontend/src/hooks/use-workflow-chat-websocket.ts (+45 -6)
📝 frontend/src/routes/staff/workflow_.$id.tsx (+130 -2)
📝 server/api/admin/chat.ts (+41 -4)
📝 server/db/schema.ts (+2 -0)
📝 server/utils/const.ts (+41 -1)
📝 server/utils/kb/workflow-builder.ts (+43 -25)
📝 server/utils/kb/workflow-cache.ts (+288 -67)
📝 server/utils/kb/workflow-node/index.ts (+1 -0)
server/utils/kb/workflow-node/mcp-node.ts (+524 -0)

📄 Description

新增 MCP 工作流节点,支持配置和调用外部 API。
新增 mcp-node 后端逻辑
新增前端配置面板
数据库 Schema 更新


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/labring/tentix/pull/55 **Author:** [@mafirs](https://github.com/mafirs) **Created:** 1/13/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `pr/mcp-final` --- ### 📝 Commits (3) - [`405d302`](https://github.com/labring/tentix/commit/405d3021d9cce5a35991fdb4ea2c3acf81c21734) feat(workflow): add MCP node support with api selection - [`568f109`](https://github.com/labring/tentix/commit/568f109144726f06d16ad701ac062ecc124642fe) refactor: remove redundant comments in workflow builder - [`a64b871`](https://github.com/labring/tentix/commit/a64b87154f10719a1e2399c2c959c4d049fc47cf) feat(mcp): enhance mcp node with websocket and cache support ### 📊 Changes **11 files changed** (+1440 additions, -105 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/react-flow/nodes/mcp.tsx` (+323 -0) 📝 `frontend/src/components/react-flow/workflow.tsx` (+2 -0) 📝 `frontend/src/hooks/use-workflow-chat-websocket.ts` (+45 -6) 📝 `frontend/src/routes/staff/workflow_.$id.tsx` (+130 -2) 📝 `server/api/admin/chat.ts` (+41 -4) 📝 `server/db/schema.ts` (+2 -0) 📝 `server/utils/const.ts` (+41 -1) 📝 `server/utils/kb/workflow-builder.ts` (+43 -25) 📝 `server/utils/kb/workflow-cache.ts` (+288 -67) 📝 `server/utils/kb/workflow-node/index.ts` (+1 -0) ➕ `server/utils/kb/workflow-node/mcp-node.ts` (+524 -0) </details> ### 📄 Description 新增 MCP 工作流节点,支持配置和调用外部 API。 新增 mcp-node 后端逻辑 新增前端配置面板 数据库 Schema 更新 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tentix#54
No description provided.