gitcortex-mcp 0.7.2

MCP server library for GitCortex — exposes the knowledge graph via the Model Context Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod agent;
pub mod centrality;
pub mod clustering;
pub(crate) mod git_helpers;
pub(crate) mod helpers;
pub(crate) mod hybrid;
pub(crate) mod params;
pub mod search;
pub mod server;
pub mod subgraph;
pub mod tools;
pub mod tour;
pub(crate) mod watcher;
pub mod wiki;