接口 | 说明 |
---|---|
McpServer |
Factory class for creating Model Context Protocol (MCP) servers.
|
类 | 说明 |
---|---|
McpAsyncServer |
The Model Context Protocol (MCP) server implementation that provides asynchronous
communication using Project Reactor's Mono and Flux types.
|
McpAsyncServerExchange |
Represents an asynchronous exchange with a Model Context Protocol (MCP) client.
|
McpServer.AsyncSpecification |
Asynchronous server specification.
|
McpServer.SyncSpecification |
Synchronous server specification.
|
McpServerFeatures |
MCP server features specification that a particular server can choose to support.
|
McpServerFeatures.Async |
Asynchronous server features specification.
|
McpServerFeatures.AsyncPromptRegistration | 已过时
This class is deprecated and will be removed in 0.9.0.
|
McpServerFeatures.AsyncPromptSpecification |
Specification of a prompt template with its asynchronous handler function.
|
McpServerFeatures.AsyncResourceRegistration | 已过时
This class is deprecated and will be removed in 0.9.0.
|
McpServerFeatures.AsyncResourceSpecification |
Specification of a resource with its asynchronous handler function.
|
McpServerFeatures.AsyncResourceTemplateSpecification | |
McpServerFeatures.AsyncToolRegistration | 已过时
This class is deprecated and will be removed in 0.9.0.
|
McpServerFeatures.AsyncToolSpecification |
Specification of a tool with its asynchronous handler function.
|
McpServerFeatures.Sync |
Synchronous server features specification.
|
McpServerFeatures.SyncPromptRegistration | 已过时
This class is deprecated and will be removed in 0.9.0.
|
McpServerFeatures.SyncPromptSpecification |
Specification of a prompt template with its synchronous handler function.
|
McpServerFeatures.SyncResourceRegistration | 已过时
This class is deprecated and will be removed in 0.9.0.
|
McpServerFeatures.SyncResourceSpecification |
Specification of a resource with its synchronous handler function.
|
McpServerFeatures.SyncResourceTemplateSpecification |
Specification of a resource template with its synchronous handler function.
|
McpServerFeatures.SyncToolRegistration | 已过时
This class is deprecated and will be removed in 0.9.0.
|
McpServerFeatures.SyncToolSpecification |
Specification of a tool with its synchronous handler function.
|
McpSyncServer |
A synchronous implementation of the Model Context Protocol (MCP) server that wraps
McpAsyncServer to provide blocking operations. |
McpSyncServerExchange |
Represents a synchronous exchange with a Model Context Protocol (MCP) client.
|