public class McpServerFeatures extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
McpServerFeatures.Async
Asynchronous server features specification.
|
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 |
static class |
McpServerFeatures.AsyncToolSpecification
Specification of a tool with its asynchronous handler function.
|
static class |
McpServerFeatures.Sync
Synchronous server features specification.
|
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.
|
| Constructor and Description |
|---|
McpServerFeatures() |
Copyright © 2025. All rights reserved.