Skip to content

Commit 1edaa08

Browse files
committed
Fixes for PR review feedback
1 parent b12fc0d commit 1edaa08

File tree

12 files changed

+195439
-51
lines changed

12 files changed

+195439
-51
lines changed

docs/vscode/extension.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@ On activation the extension:
7171

7272
## Settings
7373

74-
| Setting | Default | Description |
75-
| --------------------------------- | ---------- | ----------------------------------------------------------------------------------------- |
76-
| `codeql-mcp.autoDownloadPacks` | `true` | Download pre-compiled tool query packs matching the detected CodeQL CLI version from GHCR |
77-
| `codeql-mcp.autoInstall` | `true` | Automatically install/update the MCP server on activation |
78-
| `codeql-mcp.serverVersion` | `"latest"` | npm version to install (`"latest"` or a specific version) |
79-
| `codeql-mcp.serverCommand` | `"node"` | Command to launch the MCP server (override for local dev) |
80-
| `codeql-mcp.watchCodeqlExtension` | `true` | Discover databases and query results from the CodeQL extension |
81-
| `codeql-mcp.additionalEnv` | `{}` | Extra environment variables for the MCP server process |
74+
| Setting | Default | Description |
75+
| ---------------------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------- |
76+
| `codeql-mcp.additionalEnv` | `{}` | Extra environment variables for the MCP server process |
77+
| `codeql-mcp.autoDownloadPacks` | `true` | Download pre-compiled tool query packs matching the detected CodeQL CLI version from GHCR |
78+
| `codeql-mcp.autoInstall` | `true` | Automatically install/update the MCP server on activation |
79+
| `codeql-mcp.enableAnnotationTools` | `true` | Enable annotation, audit, query results cache, and SARIF analysis tools. Set to `false` to disable these opt-in tools |
80+
| `codeql-mcp.serverCommand` | `"node"` | Command to launch the MCP server (override for local dev) |
81+
| `codeql-mcp.serverVersion` | `"latest"` | npm version to install (`"latest"` or a specific version) |
82+
| `codeql-mcp.watchCodeqlExtension` | `true` | Discover databases and query results from the CodeQL extension |
8283

8384
## Commands
8485

package-lock.json

Lines changed: 1 addition & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)