dictator 0.17.2

Dictator - structural linter framework with native and WASM decree support
Documentation
1
2
3
4
5
6
7
8
9
//! MCP handlers and utilities - shared by `mcp_host` implementation.

mod fixers;
pub mod handlers;
mod linters;
pub mod regime;
pub mod resources;
pub mod state;
pub mod utils;