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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Sets the base URL of the MCP server.static McpSseServerInfo.BuilderMcpSseServerInfo.builder()Deprecated, for removal: This API element is subject to removal in a future version.Returns a new builder instance to construct aMcpSseServerInfoinstance.McpSseServerInfo.Builder.messageEndpoint(String messageEndpoint) Deprecated, for removal: This API element is subject to removal in a future version.Sets the endpoint of the MCP server to send messages.McpSseServerInfo.Builder.port(int port) Deprecated, for removal: This API element is subject to removal in a future version.Sets the port of the MCP HTTP server.protected McpSseServerInfo.BuilderMcpSseServerInfo.Builder.self()Deprecated, for removal: This API element is subject to removal in a future version.Returns the self reference of the builder, which is used to chain the method calls.McpSseServerInfo.Builder.sseEndpoint(String sseEndpoint) Deprecated, for removal: This API element is subject to removal in a future version.Sets the endpoint of the MCP server to receive SSE events.