Uses of Class
com.github.thought2code.mcp.annotated.server.McpSseServerInfo
Packages that use McpSseServerInfo
Package
Description
-
Uses of McpSseServerInfo in com.github.thought2code.mcp.annotated
Methods in com.github.thought2code.mcp.annotated with parameters of type McpSseServerInfoModifier and TypeMethodDescriptionvoidMcpServers.startSseServer(McpSseServerInfo serverInfo) Starts a http server-sent events (sse) server with the specified server info. -
Uses of McpSseServerInfo in com.github.thought2code.mcp.annotated.server
Methods in com.github.thought2code.mcp.annotated.server that return McpSseServerInfoModifier and TypeMethodDescriptionMcpSseServerInfo.Builder.build()Builds a newMcpSseServerInfoinstance with the specified builder.Methods in com.github.thought2code.mcp.annotated.server with parameters of type McpSseServerInfoModifier and TypeMethodDescriptionio.modelcontextprotocol.server.McpServer.SyncSpecification<?>McpSseServer.sync(McpSseServerInfo info) Returns the sync specification for the MCP server in HTTP SSE mode.