agentic-vision-mcp 0.1.2

MCP server for AgenticVision — universal LLM access to persistent visual memory
Documentation
1
2
3
4
5
6
7
//! Session management for visual memory.

pub mod manager;
#[cfg(feature = "sse")]
pub mod tenant;

pub use manager::VisionSessionManager;