Uses of Record Class
com.github.thought2code.mcp.annotated.configuration.McpServerCapabilities
Packages that use McpServerCapabilities
-
Uses of McpServerCapabilities in com.github.thought2code.mcp.annotated.configuration
Methods in com.github.thought2code.mcp.annotated.configuration that return McpServerCapabilitiesModifier and TypeMethodDescriptionMcpServerCapabilities.Builder.build()Builds an instance ofMcpServerCapabilitieswith the configured values.McpServerConfiguration.capabilities()Returns the value of thecapabilitiesrecord component.Methods in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerCapabilitiesModifier and TypeMethodDescriptionMcpServerConfiguration.Builder.capabilities(McpServerCapabilities capabilities) Sets the server capabilities.Constructors in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerCapabilitiesModifierConstructorDescriptionMcpServerConfiguration(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.