| Package | Description |
|---|---|
| io.modelcontextprotocol.server | |
| io.modelcontextprotocol.server.transport |
| Modifier and Type | Method and Description |
|---|---|
static McpServer.AsyncSpecification |
McpServer.async(McpServerTransportProvider transportProvider)
Starts building an asynchronous MCP server that provides non-blocking operations.
|
static McpServer.SyncSpecification |
McpServer.sync(McpServerTransportProvider transportProvider)
Starts building a synchronous MCP server that provides blocking operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StdioServerTransportProvider
Implementation of the MCP Stdio transport provider for servers that communicates using
standard input/output streams.
|
class |
WebRxSseServerTransportProvider
Server-side implementation of the MCP (Model Context Protocol) HTTP transport using
Server-Sent Events (SSE).
|
Copyright © 2025. All rights reserved.