Module context

Source
Expand description

Context management for MCP tools

This module provides session management, workflow tracking, and analysis caching to enable intelligent tool guidance and reduce redundant operations.

Re-exports§

pub use cache::AnalysisCache;
pub use cache::CacheEntry;
pub use cache::CacheKey;
pub use session::AnalysisHistory;
pub use session::SessionManager;
pub use session::SessionState;
pub use session::WorkflowStage;
pub use workflow::ToolSuggestion;
pub use workflow::WorkflowContext;
pub use workflow::WorkflowSuggestion;

Modules§

cache
Analysis result caching system
session
Session management for MCP tools
workflow
Workflow context and guidance system