-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: MCP components #5988
docs: MCP components #5988
Conversation
Great! should we mention these tools can be used in combination with the agent component? We should also do docs on the MCP Server functionality (different ticket probably) in which Langflow can be used as an SSE Server by an MCP client like Claude Desoktop or Langflow iteself. |
|
This pull request includes updates to the documentation for the components in the
docs/docs/Components/components-tools.md
file. The most significant changes involve adding new sections for MCP Tools, which detail their inputs and outputs for both stdio and SSE connections.Documentation updates:
MCP Tools (stdio)
which connects to an MCP server over stdio and exposes its tools as Langflow tools. This section includes inputs and outputs descriptions.MCP Tools (SSE)
which connects to an MCP server over SSE and exposes its tools as Langflow tools. This section also includes inputs and outputs descriptions.