pmat 3.26.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
pub mod cache;
pub mod capnp_conversion;
pub mod handlers;
pub mod server;
pub mod snapshots;
pub mod state_manager;

pub use cache::{CacheConfig, CacheKeyBuilder, McpCache};
pub use server::McpServer;
pub use state_manager::StateManager;