Expand description
IDE Integration Module
Provides integration with IDEs (VS Code, Cursor, etc.) via MCP (Model Context Protocol). This enables showing file diffs in the IDE’s native diff viewer instead of terminal.
Re-exports§
pub use client::IdeClient;pub use client::DiffResult;pub use client::IdeError;pub use detect::IdeInfo;pub use detect::detect_ide;pub use detect::get_ide_process_info;