agentic-vision-mcp 0.1.0

MCP server for AgenticVision — universal LLM access to persistent visual memory
Documentation
1
2
3
4
5
6
//! Transport layer for MCP communication.

pub mod framing;
pub mod stdio;

pub use stdio::StdioTransport;