khive-mcp 0.2.8

khive stdio MCP server — the only user-facing Rust binary
Documentation
1
2
3
4
5
6
//! MCP tool parameter types.
//!
//! The MCP surface exposes a single `request` tool — verb-specific param schemas
//! live in the packs themselves, not here.

pub mod request;