khive-mcp 0.2.8

khive stdio MCP server — the only user-facing Rust binary
Documentation
1
2
3
4
5
6
7
8
9
//! khive stdio MCP server library — exports the server, args, pack bootstrap,
//! and tool parameter types for the single `request` tool.

pub mod args;
#[cfg(unix)]
pub mod daemon;
pub mod pack;
pub mod server;
pub mod tools;