接口 | 说明 |
---|---|
McpClient |
Factory class for creating Model Context Protocol (MCP) clients.
|
类 | 说明 |
---|---|
McpAsyncClient |
The Model Context Protocol (MCP) client implementation that provides asynchronous
communication with MCP servers using Project Reactor's Mono and Flux types.
|
McpClient.AsyncSpec |
Asynchronous client specification.
|
McpClient.SyncSpec |
Synchronous client specification.
|
McpSyncClient |
A synchronous client implementation for the Model Context Protocol (MCP) that wraps an
McpAsyncClient to provide blocking operations. |