Re-exports§
pub use crate::core::protocol::CrpMode;pub use crate::core::protocol::ToolCallRecord;
Modules§
- autonomy
- ctx_
agent - ctx_
analyze - ctx_
architecture ctx_architecture— Graph-based architecture analysis tool.- ctx_
artifacts - ctx_
benchmark - ctx_
callgraph - ctx_
compile - ctx_compile – Context compilation tool.
- ctx_
compose ctx_compose— task composer (Phase 2 of the efficiency epic).- ctx_
compress - ctx_
compress_ memory - ctx_
context - ctx_
control - ctx_control – Universal context manipulation tool.
- ctx_
cost - ctx_
dedup - ctx_
delta - ctx_
discover - ctx_
edit - ctx_
execute - ctx_
expand - ctx_
feedback - ctx_
fill - ctx_
gain - ctx_
glob - ctx_
graph - ctx_
graph_ diagram - ctx_
graph_ diff ctx_graph action=diff— what changed since a git ref, crossed with the dependency graph. For every changed file we report its blast radius (the transitive set of files that depend on it) and flag changes that touch god-nodes or bridges, so a reviewer immediately sees which commits are structurally risky. graphify-style “graph diff”, grounded in real git data.- ctx_
graph_ primitives - Graph primitives for
ctx_graph:neighbors,path(shortest path) andexplain. These are graphify-style traversal/inspection helpers that work on the same file-level graph the dashboard renders (GraphProvider::edges), so the MCP answers and the visual graph always agree. - ctx_
handoff - ctx_
heatmap - ctx_
impact ctx_impact— Graph-based impact analysis tool.- ctx_
index - ctx_
intent - ctx_
knowledge - ctx_
knowledge_ relations - ctx_
metrics - ctx_
multi_ read - ctx_
multi_ repo - ctx_
outline - ctx_
overview - ctx_
pack - ctx_
package ctx_packagebusiness logic (#293): save/resume portable context packages.- ctx_
plan - ctx_plan – Context planning tool.
- ctx_
plugins - ctx_
prefetch - ctx_
preload - ctx_
proof - ctx_
provider - ctx_
read - ctx_
refactor - ctx_
repomap - Tool handler for
ctx_repomap— PageRank-based repo map. - ctx_
response - ctx_
review - ctx_
routes - ctx_
rules - ctx_
search - ctx_
semantic_ search - ctx_
session - ctx_
share - ctx_
shell - ctx_
skillify ctx_skillifybusiness logic — codify recurring session patterns into versioned.cursor/rules/skillify-*.mdcfiles (#290).- ctx_
smart_ read - ctx_
smells ctx_smells— Code smell detection tool.- ctx_
summary ctx_summarybusiness logic (#292): record + recall AI session summaries.- ctx_
symbol - ctx_
task - ctx_
tools ctx_toolsbusiness logic (#210): the MCP Tool-Catalog Gateway meta-tool.- ctx_
tree - ctx_
verify - ctx_
workflow - registered
Structs§
- Lean
CtxServer - Central MCP server state: cache, session, metrics, and autonomy runtime.
Enums§
Functions§
- create_
server - Creates a new
LeanCtxServerwith default configuration.
Type Aliases§
- Shared
Cache - Thread-safe handle to the shared file content cache.