1//! JMESPath MCP Server Library
2//!
3//! This library provides the MCP router and tools for JMESPath functionality.
4//! Use `build_router()` to create a configured router for use with any transport.
56mod tools;
78pub use tools::{build_router, build_router_from_config};