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 Details

  • 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)