Skip to content

MCP CLI: add PowerShell shell completion #1452

Description

@glorydavid03023

gittensory-mcp completion supports bash, zsh, and fish, but not PowerShell — even though PowerShell is a primary shell on Windows. The command currently rejects powershell as an unsupported shell.

Proposal: extend completion to print a PowerShell Register-ArgumentCompleter script that completes the top-level commands and the subcommands of profile, cache, agent, and maintain, driven by the same command spec as the other shells. --json returns { shell, script } as for bash/zsh/fish.

Implemented in #1448.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions