json-mcp-server 0.1.0

A high-performance Model Context Protocol (MCP) server for comprehensive JSON file operations optimized for LLM interactions
Documentation
1
2
3
4
5
6
pub mod handler;
pub mod operations;
pub mod query;
pub mod streaming;

pub use handler::JsonToolsHandler;