Skip to main content

Module utils

Module utils 

Source
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;simd
pub use json_simd::parse_json_fast;simd
pub use json_simd::pretty_print_fast;simd
pub use json_simd::serialize_json_fast;simd

Modules§

batchingNon-WebAssembly
Message batching and debouncing utilities.
json_simdsimd
SIMD-accelerated JSON parsing utilities for high-performance message processing
parallel_batchNon-WebAssembly
Parallel batch processing with order preservation.
validation
Validation utilities for MCP protocol.