public class McpServerFeatures
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
McpServerFeatures.Async
Asynchronous server features specification.
|
static class |
McpServerFeatures.AsyncPromptRegistration
已过时。
This class is deprecated and will be removed in 0.9.0. Use
McpServerFeatures.AsyncPromptSpecification . |
static class |
McpServerFeatures.AsyncPromptSpecification
Specification of a prompt template with its asynchronous handler function.
|
static class |
McpServerFeatures.AsyncResourceRegistration
已过时。
This class is deprecated and will be removed in 0.9.0. Use
McpServerFeatures.AsyncResourceSpecification . |
static class |
McpServerFeatures.AsyncResourceSpecification
Specification of a resource with its asynchronous handler function.
|
static class |
McpServerFeatures.AsyncResourceTemplateSpecification |
static class |
McpServerFeatures.AsyncToolRegistration
已过时。
This class is deprecated and will be removed in 0.9.0. Use
McpServerFeatures.AsyncToolSpecification . |
static class |
McpServerFeatures.AsyncToolSpecification
Specification of a tool with its asynchronous handler function.
|
static class |
McpServerFeatures.Sync
Synchronous server features specification.
|
static class |
McpServerFeatures.SyncPromptRegistration
已过时。
This class is deprecated and will be removed in 0.9.0. Use
McpServerFeatures.SyncPromptSpecification . |
static class |
McpServerFeatures.SyncPromptSpecification
Specification of a prompt template with its synchronous handler function.
|
static class |
McpServerFeatures.SyncResourceRegistration
已过时。
This class is deprecated and will be removed in 0.9.0. Use
McpServerFeatures.SyncResourceSpecification . |
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.SyncToolRegistration
已过时。
This class is deprecated and will be removed in 0.9.0. Use
McpServerFeatures.SyncToolSpecification . |
static class |
McpServerFeatures.SyncToolSpecification
Specification of a tool with its synchronous handler function.
|
构造器和说明 |
---|
McpServerFeatures() |