Class McpServerStreamableHttpProperties

java.lang.Object
org.springframework.ai.mcp.server.common.autoconfigure.properties.McpServerStreamableHttpProperties

@ConfigurationProperties("spring.ai.mcp.server.streamable-http") public class McpServerStreamableHttpProperties extends Object
Author:
Christian Tzolov
  • Field Details

  • Constructor Details

    • McpServerStreamableHttpProperties

      public McpServerStreamableHttpProperties()
  • Method Details

    • getMcpEndpoint

      public String getMcpEndpoint()
    • setMcpEndpoint

      public void setMcpEndpoint(String mcpEndpoint)
    • setKeepAliveInterval

      public void setKeepAliveInterval(Duration keepAliveInterval)
    • getKeepAliveInterval

      public Duration getKeepAliveInterval()
    • isDisallowDelete

      public boolean isDisallowDelete()
    • setDisallowDelete

      public void setDisallowDelete(boolean disallowDelete)