Uses of Class
com.github.thought2code.mcp.annotated.server.McpStreamableServerInfo.Builder
Packages that use McpStreamableServerInfo.Builder
-
Uses of McpStreamableServerInfo.Builder in com.github.thought2code.mcp.annotated.server
Methods in com.github.thought2code.mcp.annotated.server that return McpStreamableServerInfo.BuilderModifier and TypeMethodDescriptionMcpStreamableServerInfo.builder()Returns a new builder instance to construct aMcpStreamableServerInfoinstance.McpStreamableServerInfo.Builder.contextExtractor(io.modelcontextprotocol.server.McpTransportContextExtractor<jakarta.servlet.http.HttpServletRequest> contextExtractor) Sets the extractor to extract the transport context from the HTTP request.McpStreamableServerInfo.Builder.disallowDelete(boolean disallowDelete) Sets whether to disallow http delete requests.McpStreamableServerInfo.Builder.keepAliveInterval(Duration keepAliveInterval) Sets the interval to send keep-alive messages.McpStreamableServerInfo.Builder.mcpEndpoint(String mcpEndpoint) Sets the endpoint of the MCP server to send messages.McpStreamableServerInfo.Builder.port(int port) Sets the port of the MCP HTTP server.protected McpStreamableServerInfo.BuilderMcpStreamableServerInfo.Builder.self()Returns the self reference of the builder, which is used to chain the method calls.