Expand description
Utility modules for the MCP SDK.
Re-exports§
pub use batching::BatchingConfig;Non-WebAssembly pub use batching::DebouncingConfig;Non-WebAssembly pub use batching::MessageBatcher;Non-WebAssembly pub use batching::MessageDebouncer;Non-WebAssembly pub use parallel_batch::process_batch_parallel;Non-WebAssembly pub use parallel_batch::process_batch_parallel_stateful;Non-WebAssembly pub use parallel_batch::BatchProcessor;Non-WebAssembly pub use parallel_batch::ParallelBatchConfig;Non-WebAssembly pub use json_simd::parse_json_batch;simdpub use json_simd::parse_json_fast;simdpub use json_simd::pretty_print_fast;simdpub use json_simd::serialize_json_fast;simd
Modules§
- batching
Non-WebAssembly - Message batching and debouncing utilities.
- json_
simd simd - SIMD-accelerated JSON parsing utilities for high-performance message processing
- parallel_
batch Non-WebAssembly - Parallel batch processing with order preservation.
- validation
- Validation utilities for MCP protocol.