From 73921b4ffb6adb109ad5ec539cea626e49a63524 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 04:02:35 +0000 Subject: [PATCH 1/2] Initial plan From 670b9dd0d1d2a9646425ca48f9e40b9497a8c175 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 04:06:57 +0000 Subject: [PATCH 2/2] Fix unzip commands to use correct -d flag and consistent approach Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> --- README.md | 2 +- docs/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 191638c9..e2fa1690 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Please note that this project is released with a [Contributor Code of Conduct](C 2. Extract the archive: ```bash -unzip codeql-development-mcp-server-vX.X.X.zip -C /path/to/destination +unzip codeql-development-mcp-server-vX.X.X.zip -d /path/to/destination ``` ### VS Code Configuration diff --git a/docs/getting-started.md b/docs/getting-started.md index a0dcda3b..35f5325c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -13,7 +13,7 @@ This guide covers installation, configuration, and usage of the CodeQL Developme ### From GitHub Releases 1. Download the latest release from [Releases](https://github.com/advanced-security/codeql-development-mcp-server/releases) -2. Extract: `tar -xzvf codeql-development-mcp-server-vX.X.X.tar.gz -C /path/to/destination` +2. Extract: `unzip codeql-development-mcp-server-vX.X.X.zip -d /path/to/destination` ### From Source