Module param_extraction

Module param_extraction 

Source
Expand description

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