pub type InputRequests = HashMap<String, InputRequest>;Expand description
Core MCP protocol types and error handling Map of server-assigned identifiers → server-initiated requests.
interface InputRequests { [key: string]: InputRequest }.
Aliased Type§
pub struct InputRequests { /* private fields */ }