weavatrix 1.7.0

Native MCP server for Weavatrix repository intelligence: 43 read-only evidence, impact, architecture, API, Git, search, semantic, and memory operations
1
2
3
4
5
6
7
8
9
mod adapters;
mod application;
mod error;
mod ports;
mod server;

pub use error::McpError;
pub use server::{ServeOptions, parse_output_format, serve_with_options};
pub use weavatrix_rust::operations::ToolProfile as McpProfile;