v0.3.0-alpha.34 · World
tool-handler
Handler world for MCP tool operations.
This world imports the tool-writer interface and exports the incoming-handler interface for processing tool requests. It forwards requests to the next handler in the chain.
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.
types
ICore MCP data types and aliases
content
IContent types and structures for MCP messages.
write-tool-result
IWrites tools/call and tools/list results to an output stream.
params
IParameter data types for MCP requests.
incoming-handler
Handler interface for incoming MCP requests.