public class McpServerFeatures extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
McpServerFeatures.Async
Asynchronous server features specification.
|
static class |
McpServerFeatures.AsyncPromptRegistration
Deprecated.
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
Deprecated.
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.AsyncToolRegistration
Deprecated.
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
Deprecated.
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
Deprecated.
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.SyncToolRegistration
Deprecated.
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.
|
| Constructor and Description |
|---|
McpServerFeatures() |
Copyright © 2025. All rights reserved.