Uses of Record Class
com.github.thought2code.mcp.annotated.configuration.McpServerConfiguration
Packages that use McpServerConfiguration
Package
Description
-
Uses of McpServerConfiguration in com.github.thought2code.mcp.annotated.configuration
Methods in com.github.thought2code.mcp.annotated.configuration that return McpServerConfigurationModifier and TypeMethodDescriptionMcpServerConfiguration.Builder.build()Builds a new instance ofMcpServerConfiguration.McpConfigurationLoader.loadConfig()Loads the MCP server configuration from the specified YAML file.static McpServerConfigurationMcpConfigurationMerger.merge(McpServerConfiguration base, McpServerConfiguration profile) Merges base and profile MCP server configurations.Methods in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerConfigurationModifier and TypeMethodDescriptionstatic voidMcpConfigurationChecker.check(McpServerConfiguration configuration) Performs comprehensive validation of the MCP server configuration.static McpServerConfigurationMcpConfigurationMerger.merge(McpServerConfiguration base, McpServerConfiguration profile) Merges base and profile MCP server configurations. -
Uses of McpServerConfiguration in com.github.thought2code.mcp.annotated.server
Fields in com.github.thought2code.mcp.annotated.server declared as McpServerConfigurationModifier and TypeFieldDescriptionprotected final McpServerConfigurationMcpServerBase.configurationThe server configuration used by this MCP server.Constructors in com.github.thought2code.mcp.annotated.server with parameters of type McpServerConfigurationModifierConstructorDescriptionMcpServerBase(@NotNull McpServerConfiguration configuration) Constructs a newMcpServerBasewith the specified configuration.McpSseServer(McpServerConfiguration configuration) Constructs a newMcpSseServerwith the specified configuration.McpStdioServer(McpServerConfiguration configuration) Constructs a newMcpStdioServerwith the specified configuration.McpStreamableServer(McpServerConfiguration configuration) Constructs a newMcpStreamableServerwith the specified configuration.