Class McpHttpProperties

java.lang.Object
org.frankframework.mcp.runner.McpHttpProperties

@ConfigurationProperties(prefix="mcp.http") public class McpHttpProperties extends Object
The mcp.http.* settings for the optional streamable-HTTP transport (only used when mcp.transport=http). Grouping them in a single ConfigurationProperties type keeps McpHttpServerConfiguration readable instead of scattering individual @Value lookups.
  • Constructor Details

    • McpHttpProperties

      public McpHttpProperties()
  • Method Details

    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • getMcpEndpoint

      public String getMcpEndpoint()
    • setMcpEndpoint

      public void setMcpEndpoint(String mcpEndpoint)