ucp-local 0.1.0

Universal Context Pipeline — local-first MCP server for grounding LLMs in your files
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod embeddings;
pub mod indexer;
pub mod ingestion;
pub mod mcp;
pub mod storage;
pub mod watcher;