| Package | Description |
|---|---|
| io.modelcontextprotocol.server | |
| io.modelcontextprotocol.server.transport |
| Modifier and Type | Method and Description |
|---|---|
static McpServer.StatelessAsyncSpecification |
McpServer.async(McpStatelessServerTransport transport)
Starts building an asynchronous MCP server that provides non-blocking operations.
|
static McpServer.StatelessSyncSpecification |
McpServer.sync(McpStatelessServerTransport transport)
Starts building a synchronous MCP server that provides blocking operations.
|
| Constructor and Description |
|---|
StatelessAsyncSpecification(McpStatelessServerTransport transport) |
StatelessSyncSpecification(McpStatelessServerTransport transport) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebRxStatelessServerTransport
Implementation of a WebMVC based
McpStatelessServerTransport. |
Copyright © 2025. All rights reserved.