Uses of Class
com.github.thought2code.mcp.annotated.configuration.McpServerConfiguration.Builder
Packages that use McpServerConfiguration.Builder
Package
Description
-
Uses of McpServerConfiguration.Builder in com.github.thought2code.mcp.annotated
Methods in com.github.thought2code.mcp.annotated with parameters of type McpServerConfiguration.BuilderModifier and TypeMethodDescriptionvoidMcpServers.startSseServer(McpServerConfiguration.Builder configuration) Starts an http server-sent events (sse) server with the specified server configuration.voidMcpServers.startStdioServer(McpServerConfiguration.Builder configuration) Starts a standard input/output (stdio) server with the specified server configuration.voidMcpServers.startStreamableServer(McpServerConfiguration.Builder configuration) Starts a streamable http server with the specified server configuration. -
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.