Class TestPipelineToolProvider
java.lang.Object
org.frankframework.mcp.AbstractToolProvider
org.frankframework.mcp.tools.TestPipelineToolProvider
- All Implemented Interfaces:
McpToolProvider
Tool to test a pipeline (adapter) with a supplied input message, mirroring the
TestPipeline controller of the
Frank!Console. Both the resulting state and the result message are returned.-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractToolProvider
AbstractToolProvider.ToolCall -
Field Summary
Fields inherited from class AbstractToolProvider
log, outboundGateway, session -
Constructor Summary
ConstructorsConstructorDescriptionTestPipelineToolProvider(OutboundGateway outboundGateway, McpSession session) -
Method Summary
Methods inherited from class AbstractToolProvider
booleanArg, getMembers, integerArg, requiredStringArg, sendAsync, sendSync, sendSyncForString, stringArg, tool
-
Constructor Details
-
TestPipelineToolProvider
-
-
Method Details
-
getTools
Description copied from interface:McpToolProviderThe MCP tools exposed by this provider.
-