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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDisallowDelete(boolean disallowDelete) voidsetKeepAliveInterval(Duration keepAliveInterval) voidsetMcpEndpoint(String mcpEndpoint)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
McpServerStreamableHttpProperties
public McpServerStreamableHttpProperties()
-
-
Method Details
-
getMcpEndpoint
-
setMcpEndpoint
-
setKeepAliveInterval
-
getKeepAliveInterval
-
isDisallowDelete
public boolean isDisallowDelete() -
setDisallowDelete
public void setDisallowDelete(boolean disallowDelete)
-