Passing Authentication through LangFlow into Tools API calls #8593
Closed
andrewkcarter
started this conversation in
General
Replies: 2 comments 3 replies
-
@andrewkcarter Same issue here. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@alexfhub you're the man! Nice work and thank you for the detailed example to work with. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have API's exposed as tools wrapped by an MCP server. Does LangFlow provide a mechanism to forward headers into the tool calls? The use case is to trigger a flow via API, and include the necessary headers in the flow invocation. These headers need to be included in the tool calls in order to use the tools.
For reference, the reference Python MCP server recently adopted changes to permit this, provided the caller is sending the data. modelcontextprotocol/python-sdk#816
Beta Was this translation helpful? Give feedback.
All reactions