Class McpServerChangeNotificationProperties
java.lang.Object
org.springframework.ai.mcp.server.common.autoconfigure.properties.McpServerChangeNotificationProperties
@ConfigurationProperties("spring.ai.mcp.server")
public class McpServerChangeNotificationProperties
extends Object
- Author:
- Christian Tzolov
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetPromptChangeNotification(boolean promptChangeNotification) voidsetResourceChangeNotification(boolean resourceChangeNotification) voidsetToolChangeNotification(boolean toolChangeNotification)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
McpServerChangeNotificationProperties
public McpServerChangeNotificationProperties()
-
-
Method Details
-
isResourceChangeNotification
public boolean isResourceChangeNotification() -
setResourceChangeNotification
public void setResourceChangeNotification(boolean resourceChangeNotification) -
isToolChangeNotification
public boolean isToolChangeNotification() -
setToolChangeNotification
public void setToolChangeNotification(boolean toolChangeNotification) -
isPromptChangeNotification
public boolean isPromptChangeNotification() -
setPromptChangeNotification
public void setPromptChangeNotification(boolean promptChangeNotification)
-