Expand description
Core MCP protocol types and error handling Parameter extraction utilities for MCP protocol
This module provides unified parameter extraction from JSON-RPC RequestParams to strongly-typed MCP parameter structures, matching the pattern from the other project.
Functionsยง
- extract_
optional_ params - Helper function to extract params from Option<RequestParams>
- extract_
params - Generic parameter extractor function that works with any type implementing SerdeParamExtractor