Uses of Class
com.github.thought2code.mcp.annotated.configuration.McpServerConfiguration.Builder
Packages that use McpServerConfiguration.Builder
-
Uses of McpServerConfiguration.Builder in com.github.thought2code.mcp.annotated.configuration
Methods in com.github.thought2code.mcp.annotated.configuration that return McpServerConfiguration.BuilderModifier and TypeMethodDescriptionMcpServerConfiguration.builder()Creates a new instance ofBuilderto buildMcpServerConfiguration.McpServerConfiguration.Builder.capabilities(McpServerCapabilities capabilities) Sets the server capabilities.McpServerConfiguration.Builder.changeNotification(McpServerChangeNotification changeNotification) Sets the change notification configuration.Sets the enabled status.McpServerConfiguration.Builder.instructions(String instructions) Sets the server instructions.McpServerConfiguration.Builder.mode(ServerMode mode) Sets the server mode.Sets the server name.Sets the profile.McpServerConfiguration.Builder.requestTimeout(Long requestTimeout) Sets the request timeout.McpServerConfiguration.Builder.sse(McpServerSSE sse) Sets the SSE configuration.McpServerConfiguration.Builder.streamable(McpServerStreamable streamable) Sets the streamable configuration.McpServerConfiguration.Builder.type(ServerType type) Sets the server type.Sets the server version.