code-kb-cli 2.0.0

CLI and MCP server for code-kb
1
2
3
4
pub mod protocol;
pub mod server;

pub use server::McpServer;