khive-mcp 0.2.3

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

pub mod request;