vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Install MCP server

Open eamodio opened this issue 6 months ago • 1 comments

Description

  • Download the mcp server installer from our release server into the vscode extension storage URI (ExtensionContext.globalStorageUri)
    • We should be downloading the platform specific version
  • Once downloaded, run gk install to install the mcp server onto the machine
  • Once that completes run gk mcp install
    • gk mcp install <mcp_client> --file-path <path_to_file_to_be_updated>
    • e.g. gk mcp install vscode --file-path ~/Library/Application\ Support/Code/User/settings.json
    • See https://github.com/gitkraken/gkcli/pull/237 for more details
  • Once everything is successful, delete the "installer"

eamodio avatar Jun 02 '25 16:06 eamodio

Noting that this is blocked until we have the installer available on the release server.

axosoft-ramint avatar Jun 10 '25 22:06 axosoft-ramint

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Oct 24 '25 05:10 github-actions[bot]