pub type InputResponses = HashMap<String, InputResponse>;Expand description
Core MCP protocol types and error handling
Map of identifiers → client responses, keyed identically to the originating InputRequests.
interface InputResponses { [key: string]: InputResponse }.
Aliased Type§
pub struct InputResponses { /* private fields */ }