Skip to main content

Crate taut_rpc_cli

Crate taut_rpc_cli 

Source
Expand description

Library surface of taut-rpc-cli. The crate ships both a cargo-taut binary (see src/main.rs) and this library, which exposes the codegen and MCP modules so other crates (notably taut-rpc’s integration tests) can call render_ts / render_manifest directly without spawning the binary.

Modules§

codegen
TypeScript codegen for cargo taut gen (Phase 1 + 2 error narrowing, Phase 4 validator schemas).
mcp
MCP (Model Context Protocol) manifest emitter.