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