Build CLIs

Build typed command-line tools that also expose MCP tools and llms.txt discovery.

1 min read 106 words

In This Section

CLI & Commands AI-native CLI with typed commands, automatic argparse, MCP tools, and llms.txt.
Command Groups Nested command groups for hierarchical CLI structures.
Help Rendering Drop-in argparse HelpFormatter using Kida templates.
Lazy Loading Deferred command imports for fast CLI startup with large command sets.
MCP Server Expose CLI commands as MCP tools, register CLIs for discovery, and run a unified gateway.
Related Pages