Expand description
khive MCP server library — exports the server, serve bootstrap, transports,
args, pack bootstrap, and tool parameter types for the single request tool.
The binary frontend is kkernel mcp; this crate ships no binary of its own.
Modules§
- args
- Serve-time argument definition and namespace resolution for
kkernel mcp. - daemon
- khived daemon client — forwarding + auto-spawn.
- pack
- Pack registration helpers for
khive-mcp. - serve
- Build the runtime + server from CLI args and serve over the selected transport.
- server
- KhiveMcpServer — rmcp-based MCP server exposing a single
requesttool. - tools
- MCP tool parameter types.
- transport
- Registerable MCP serving transports.