Uses of Record Class
com.github.thought2code.mcp.annotated.configuration.McpServerChangeNotification
Packages that use McpServerChangeNotification
Package
Description
-
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.static McpServerChangeNotificationMcpServerChangeNotification.getDefault()Returns the default change notification of the MCP server.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. -
Uses of McpServerChangeNotification in com.github.thought2code.mcp.annotated.server
Fields in com.github.thought2code.mcp.annotated.server declared as McpServerChangeNotificationModifier and TypeFieldDescriptionprotected McpServerChangeNotificationMcpServerInfo.Builder.changeNotificationDeprecated, for removal: This API element is subject to removal in a future version.The change notification of the MCP server.Methods in com.github.thought2code.mcp.annotated.server that return McpServerChangeNotificationModifier and TypeMethodDescriptionMcpServerInfo.changeNotification()Deprecated, for removal: This API element is subject to removal in a future version.Returns the change notification of the MCP server.Methods in com.github.thought2code.mcp.annotated.server with parameters of type McpServerChangeNotificationModifier and TypeMethodDescriptionMcpServerInfo.Builder.changeNotification(McpServerChangeNotification changeNotification) Deprecated, for removal: This API element is subject to removal in a future version.Sets the change notification of the MCP server.