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