v0.4.0 · World
server-transport
Server transport component world
Transport components provide the entry point for MCP servers, handling the underlying communication protocol (HTTP, stdio, etc.) and routing requests to the server-handler pipeline.
Transport components import server-handler to delegate MCP protocol logic.
Imports
I
wasi:io/error 0.2.3
Iwasi:io/poll 0.2.3
IA poll API intended to let users wait for I/O events on multiple handles at once.
wasi:io/streams 0.2.3
IWASI I/O is an I/O abstraction API which is currently focused on providing stream types.
protocol
IModel Context Protocol (MCP) core types and messages
server-handler
Server-side MCP request/response handler interface