Uses of Record Class
com.github.thought2code.mcp.annotated.configuration.McpServerSSE
Packages that use McpServerSSE
-
Uses of McpServerSSE in com.github.thought2code.mcp.annotated.configuration
Methods in com.github.thought2code.mcp.annotated.configuration that return McpServerSSEModifier and TypeMethodDescriptionMcpServerSSE.Builder.build()Builds an instance ofMcpServerSSEwith the configured values.static McpServerSSEMcpServerSSE.getDefault()Returns the default SSE configuration of the MCP server.McpServerConfiguration.sse()Returns the value of thesserecord component.Methods in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerSSEModifier and TypeMethodDescriptionMcpServerConfiguration.Builder.sse(McpServerSSE sse) Sets the SSE configuration.Constructors in com.github.thought2code.mcp.annotated.configuration with parameters of type McpServerSSEModifierConstructorDescriptionMcpServerConfiguration(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.