[GH-ISSUE #3889] [BUG]: Flows combined with mcp-Server not working #2483

Closed
opened 2026-02-22 18:29:53 -05:00 by yindo · 1 comment
Owner

Originally created by @SmartALB on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3889

How are you running AnythingLLM?

Docker (remote machine)

What happened?

Hi!
I'm trying to achieve the following by a flow:

  1. Translate a phrase into any language.
  2. Post the translation on Nostr.

The translation works, but the posting fails.
However, posting the translation in the same thread separately works.

Image

Image

Environment:

Anythingllm running on docker.

Image

Image

Image

Note: Using variables liks ${translation} seems to have no effect on the behavior.

Nostr mcp-server is running on host system. Connection via sse.

Are there known steps to reproduce?

No response

Originally created by @SmartALB on GitHub (May 27, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3889 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? Hi! I'm trying to achieve the following by a flow: 1. Translate a phrase into any language. 2. Post the translation on Nostr. The translation works, but the posting fails. However, posting the translation in the same thread separately works. ![Image](https://github.com/user-attachments/assets/d59b8215-fbb2-432c-abe9-1f8f8742fde3) ![Image](https://github.com/user-attachments/assets/a069208c-8c22-4a00-a6a5-fcf00bd71740) Environment: Anythingllm running on docker. ![Image](https://github.com/user-attachments/assets/78354cd0-28f5-4c0d-9c2a-7fc914b47ba4) ![Image](https://github.com/user-attachments/assets/d8595c04-3996-445a-a800-4c5ce72baa2e) ![Image](https://github.com/user-attachments/assets/ec6b9a5f-ab5d-4aa8-9b93-234df1db30de) Note: Using variables liks ${translation} seems to have no effect on the behavior. Nostr mcp-server is running on host system. Connection via sse. ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:29:53 -05:00
yindo closed this issue 2026-02-22 18:29:53 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 27, 2025):

Note: Using variables liks ${translation} seems to have no effect on the behavior.

You are using the variable incorrectly. You want to translate a query into a given language the first block should input a variable like textToTranscribe and its output will be the transcription of the first LLM block. The that is the end of the flow. That is is it since you want to then have the agent use the nostr MCP skill to post the output.

The flow does the translation, the MCP does the posting. The MCP is not called from inside of the flow, they are chained by the LLM

@timothycarambat commented on GitHub (May 27, 2025): > Note: Using variables liks ${translation} seems to have no effect on the behavior. You are using the variable incorrectly. You want to translate a query into a given language the first block should input a variable like `textToTranscribe` and its output will be the `transcription` of the first LLM block. The that is the end of the flow. That is is it since you want to then have the agent use the nostr MCP skill to post the output. The flow does the translation, the MCP does the posting. The MCP is not called from inside of the flow, they are chained by the LLM
yindo changed title from [BUG]: Flows combined with mcp-Server not working to [GH-ISSUE #3889] [BUG]: Flows combined with mcp-Server not working 2026-06-05 14:46:50 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2483