jpx-mcp 0.5.1

JMESPath MCP server for AI assistants
Documentation
1
2
3
4
5
6
7
8
//! JMESPath MCP Server Library
//!
//! This library provides the MCP router and tools for JMESPath functionality.
//! Use `build_router()` to create a configured router for use with any transport.

mod tools;

pub use tools::{build_router, build_router_from_config};