Expand description
AgenticVision MCP Server — universal LLM access to persistent visual memory.
Re-exports§
pub use config::resolve_vision_path;pub use protocol::ProtocolHandler;pub use session::VisionSessionManager;pub use transport::StdioTransport;
Modules§
- config
- Configuration loading and resolution.
- ghost_
bridge - Ghost Writer Bridge — Syncs vision context to AI coding assistants.
- prompts
- MCP prompt implementations.
- protocol
- MCP protocol handling — JSON-RPC dispatch.
- repl
- Interactive REPL for the AgenticVision MCP server.
- resources
- MCP resource implementations.
- session
- Session management for visual memory.
- tools
- MCP tool implementations.
- transport
- Transport layer for MCP communication.
- types
- All MCP data types used by the server.