We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8bcb9 commit 8dcf520Copy full SHA for 8dcf520
1 file changed
apps/client-e2e/src/tests/mcp/_mcp-test-runner.ts
@@ -225,11 +225,13 @@ MCP_TEST_RUNNER.addTest({
225
MCP_TEST_RUNNER.addTest({
226
fn: RunMCPTestListENVITools,
227
name: 'Verify we can list ENVI tools via MCP (at least 200 returned)',
228
+ excludeOS: ENVI_TEST_EXCLUDE_OS,
229
});
230
231
232
fn: RunMCPTestENVIToolNotesLoad,
233
name: 'Verify ENVI tool notes are loaded (will always fail until SAVE files bundled)',
234
235
236
237
0 commit comments