agentic-vision-mcp 0.3.0

MCP server for AgenticVision — universal LLM access to persistent visual memory
Documentation
1
2
3
4
5
6
7
8
9
//! MCP prompt implementations.

pub mod compare;
pub mod describe;
pub mod observe;
pub mod registry;
pub mod track;

pub use registry::PromptRegistry;