m1nd-mcp 0.2.0

MCP server for m1nd — 43 tools for AI agents to understand code structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![allow(unused)]
#![recursion_limit = "512"]

pub mod brand;
pub mod protocol;
pub mod server;
pub mod session;
pub mod tools;

// Perspective MCP — stateful navigation layer (12-PERSPECTIVE-SYNTHESIS)
pub mod engine_ops;
pub mod layer_handlers;
pub mod lock_handlers;
pub mod perspective;
pub mod perspective_handlers;