Commit 3fceba5
Fix: skip codeql_pack_install test when --no-install-packs is passed
- Forward installPacks option to IntegrationTestRunner in ql-mcp-client.js
- Skip codeql_pack_install tool test when installPacks === false to avoid
network/SSL errors in environments without internet access (e.g. CI sandboxes)
Fixes the one failing client integration test: codeql_pack_install/install_pack
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-mcp-server/sessions/1407288c-2bb4-42d4-adde-1c82cf1287f41 parent c470db8 commit 3fceba5
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
210 | 218 | | |
211 | 219 | | |
212 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments