mcpkit

Shell completions

Generate and install bash, zsh, and fish completions from the current CLI implementation.

mcpkit completions bash --print

Install automatically

mcpkit completions zsh --install

Supported shells

  • bash
  • zsh
  • fish

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.

On this page