Class ManagementGatewayMcpConfiguration
java.lang.Object
org.frankframework.mcp.config.ManagementGatewayMcpConfiguration
@Configuration
@ComponentScan("org.frankframework.mcp.tools")
@PropertySource("classpath:application.properties")
public class ManagementGatewayMcpConfiguration
extends Object
Wires the MCP server that exposes the Frank!Framework Management Gateway. It configures an
OutboundGateway in
the same way the Frank!Console does (defaulting to the HTTP gateway so a remote Frank!Framework can be reached), and
registers all tool providers.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ManagementGatewayMcpConfiguration
public ManagementGatewayMcpConfiguration()
-