Skip to main content

Crate wasmcp_wasi

Crate wasmcp_wasi 

Source
Expand description

Minimal WASI SDK for MCP handlers

This provides just the essentials MCP handlers need:

  • Async HTTP client for outbound requests
  • Key-value storage (Spin only)
  • Configuration access

Re-exports§

pub use spin_executor;

Modules§

config
Configuration access using WASI Config interfaces
http