We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2424b3d commit 4dd3b43Copy full SHA for 4dd3b43
client/package.json
@@ -53,7 +53,7 @@
53
"start": "node src/ql-mcp-client.js integration-tests",
54
"test": "npm run test:integration",
55
"test:coverage": "echo 'NOOP client test:coverage'",
56
- "test:integration": "scripts/run-integration-tests.sh --no-install-packs",
+ "test:integration": "ENABLE_MONITORING_TOOLS=false scripts/run-integration-tests.sh --no-install-packs",
57
"test:integration:default": "ENABLE_MONITORING_TOOLS=false scripts/run-integration-tests.sh --no-install-packs",
58
"test:integration:http": "MCP_MODE=http scripts/run-integration-tests.sh --no-install-packs",
59
"test:integration:install-packs": "scripts/run-integration-tests.sh",
0 commit comments