Documentation Index
Fetch the complete documentation index at: https://dev.docs.inworld.ai/llms.txt
Use this file to discover all available pages before exploring further.
Input
Type:GraphTypes.ToolCallRequest
The data type that MCPCallToolNode accepts as input
Output
Type:GraphTypes.ToolCallResponse
The data type that MCPCallToolNode outputs
Examples
Constructors
Interfaces
Constructors
constructor
Parameters
Configuration for the MCP call tool node.
Returns
MCPCallToolNode
Interfaces
MCPCallToolNodeProps
Properties
sessionConfig:Config
MCP session configuration for establishing the connection to the MCP server.
MCPCallToolNodeWithComponentProps
Configuration interface forMCPCallToolNode creation.
Properties
mcpComponent:MCPClientComponent
Existing MCP component to use.