[PR #4] [MERGED] feat(middleware): support mcp tool #21

Closed
opened 2026-02-16 03:15:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/4
Author: @himself65
Created: 3/17/2025
Status: Merged
Merged: 4/1/2025
Merged by: @himself65

Base: mainHead: mcp


📝 Commits (4)

📊 Changes

6 files changed (+664 additions, -22 deletions)

View changed files

demo/node/mcp-file-parse-tool.ts (+52 -0)
📝 demo/package.json (+1 -0)
📝 packages/fluere/package.json (+5 -0)
packages/fluere/src/interrupter/mcp.ts (+33 -0)
📝 packages/fluere/src/middleware/store.ts (+2 -22)
📝 pnpm-lock.yaml (+571 -0)

📄 Description

No description provided


🔄 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/run-llama/workflows-ts/pull/4 **Author:** [@himself65](https://github.com/himself65) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `mcp` --- ### 📝 Commits (4) - [`2681bac`](https://github.com/run-llama/workflows-ts/commit/2681bac69e97f4658e2c9f7dc5e15f178c4f35ee) feat: support mcp tool - [`597b19f`](https://github.com/run-llama/workflows-ts/commit/597b19fa9a22a3e32096ffb5f0cb5cc60e5e78da) fix: improve - [`0a34aa0`](https://github.com/run-llama/workflows-ts/commit/0a34aa0f61fa8cd9617af30fcd1ef34c42c541f1) fix: lock - [`64a38d8`](https://github.com/run-llama/workflows-ts/commit/64a38d8219c219661e55950a8f7e4d086d41df37) feat: add example ### 📊 Changes **6 files changed** (+664 additions, -22 deletions) <details> <summary>View changed files</summary> ➕ `demo/node/mcp-file-parse-tool.ts` (+52 -0) 📝 `demo/package.json` (+1 -0) 📝 `packages/fluere/package.json` (+5 -0) ➕ `packages/fluere/src/interrupter/mcp.ts` (+33 -0) 📝 `packages/fluere/src/middleware/store.ts` (+2 -22) 📝 `pnpm-lock.yaml` (+571 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:15:57 -05:00
yindo closed this issue 2026-02-16 03:15:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#21