public class McpServerFeatures
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
McpServerFeatures.Async
Asynchronous server features specification.
|
static class |
McpServerFeatures.AsyncCompletionSpecification
Specification of a completion handler function with asynchronous execution support.
|
static class |
McpServerFeatures.AsyncPromptSpecification
Specification of a prompt template with its asynchronous handler function.
|
static class |
McpServerFeatures.AsyncResourceSpecification
Specification of a resource with its asynchronous handler function.
|
static class |
McpServerFeatures.AsyncResourceTemplateSpecification
Specification of a resource template with its synchronous handler function.
|
static class |
McpServerFeatures.AsyncToolSpecification
Specification of a tool with its asynchronous handler function.
|
static class |
McpServerFeatures.Sync
Synchronous server features specification.
|
static class |
McpServerFeatures.SyncCompletionSpecification
Specification of a completion handler function with synchronous execution support.
|
static class |
McpServerFeatures.SyncPromptSpecification
Specification of a prompt template with its synchronous handler function.
|
static class |
McpServerFeatures.SyncResourceSpecification
Specification of a resource with its synchronous handler function.
|
static class |
McpServerFeatures.SyncResourceTemplateSpecification
Specification of a resource template with its synchronous handler function.
|
static class |
McpServerFeatures.SyncToolSpecification
Specification of a tool with its synchronous handler function.
|
| 构造器和说明 |
|---|
McpServerFeatures() |