Class QueryPipelineTool

java.lang.Object
org.ek9lang.mcp.tools.QueryPipelineTool
All Implemented Interfaces:
McpTool

public final class QueryPipelineTool extends Object implements McpTool
MCP tool that decomposes a stream pipeline expression into its stages, showing the type transformation at each stage. Useful for understanding data flow through cat/filter/map/collect chains.