Uses of Class
io.modelcontextprotocol.server.McpAsyncServer
Packages that use McpAsyncServer
-
Uses of McpAsyncServer in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpAsyncServerModifier and TypeMethodDescriptionabstract McpAsyncServerMcpServer.AsyncSpecification.build()McpServer.SingleSessionAsyncSpecification.build()Builds an asynchronous MCP server that provides non-blocking operations.McpServer.StreamableServerAsyncSpecification.build()Builds an asynchronous MCP server that provides non-blocking operations.McpSyncServer.getAsyncServer()Get the underlying async server instance.Constructors in io.modelcontextprotocol.server with parameters of type McpAsyncServerModifierConstructorDescriptionMcpSyncServer(McpAsyncServer asyncServer) Creates a new synchronous server that wraps the provided async server.McpSyncServer(McpAsyncServer asyncServer, boolean immediateExecution) Creates a new synchronous server that wraps the provided async server.