Uses of Record Class
com.github.thought2code.mcp.annotated.configuration.McpServerChangeNotification
Packages that use McpServerChangeNotification
-
Uses of McpServerChangeNotification in com.github.thought2code.mcp.annotated.configuration
Methods in com.github.thought2code.mcp.annotated.configuration that return McpServerChangeNotificationModifier and TypeMethodDescriptionMcpServerChangeNotification.Builder.build()Builds an instance ofMcpServerChangeNotificationwith the configured values.McpServerConfiguration.changeNotification()Returns the value of thechangeNotificationrecord component.Methods in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerChangeNotificationModifier and TypeMethodDescriptionMcpServerConfiguration.Builder.changeNotification(McpServerChangeNotification changeNotification) Sets the change notification configuration.Constructors in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerChangeNotificationModifierConstructorDescriptionMcpServerConfiguration(String profile, Boolean enabled, ServerMode mode, String name, String version, ServerType type, String instructions, Long requestTimeout, McpServerCapabilities capabilities, McpServerChangeNotification changeNotification, McpServerSSE sse, McpServerStreamable streamable) Creates an instance of aMcpServerConfigurationrecord class.