Uses of Class
com.github.thought2code.mcp.annotated.server.McpSseServerInfo.Builder
Packages that use McpSseServerInfo.Builder
-
Uses of McpSseServerInfo.Builder in com.github.thought2code.mcp.annotated.server
Methods in com.github.thought2code.mcp.annotated.server that return McpSseServerInfo.BuilderModifier and TypeMethodDescriptionSets the base URL of the MCP server.static McpSseServerInfo.BuilderMcpSseServerInfo.builder()Returns a new builder instance to construct aMcpSseServerInfoinstance.McpSseServerInfo.Builder.messageEndpoint(String messageEndpoint) Sets the endpoint of the MCP server to send messages.McpSseServerInfo.Builder.port(int port) Sets the port of the MCP HTTP server.protected McpSseServerInfo.BuilderMcpSseServerInfo.Builder.self()Returns the self reference of the builder, which is used to chain the method calls.McpSseServerInfo.Builder.sseEndpoint(String sseEndpoint) Sets the endpoint of the MCP server to receive SSE events.