okc 0.1.0

A local-first tool for AI agents to browse, parse, search, and reason over Open Knowledge Format (OKF) repositories
Documentation
1
2
3
4
5
6
7
//! Transport layer: CLI and MCP (Model Context Protocol) server.
//!
//! - [`cli`] - Command-line interface with subcommands for all operations
//! - [`mcp`] - MCP server implementation for AI assistant integration

pub mod cli;
pub mod mcp;