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 TypeMethodDescriptionMcpServer.AsyncSpec.build()Deprecated.Builds an asynchronous MCP server that provides non-blocking operations.McpServer.AsyncSpecification.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.