You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/vscode/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,11 @@
108
108
"default": "latest",
109
109
"description": "The npm version of codeql-development-mcp-server to install. Use 'latest' for the most recent release."
110
110
},
111
+
"codeql-mcp.scratchDir": {
112
+
"type": "string",
113
+
"default": ".codeql/ql-mcp",
114
+
"markdownDescription": "Workspace-relative path for the ql-mcp scratch directory used for temporary files (query logs, external predicates, etc). The `.codeql/` parent is shared with other CodeQL CLI commands like `codeql pack bundle`. Set to an absolute path to override workspace-relative resolution."
0 commit comments