Shell completions
Generate and install bash, zsh, and fish completions from the current CLI implementation.
Print a script
mcpkit completions bash --printInstall automatically
mcpkit completions zsh --installSupported shells
bashzshfish
Install locations
- bash:
~/.local/share/bash-completion/completions/mcpkit - zsh:
~/.zsh/completions/_mcpkit - fish:
~/.config/fish/completions/mcpkit.fish
Caveat
The completion scripts are generated from separate logic and may drift from command definitions in small ways. Treat the CLI help output as the final source of truth when a completion hint disagrees.