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;