@claude-flow/plugin-test-intelligence 3.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Test Intelligence MCP Tools
3
+ *
4
+ * 5 MCP tools for AI-powered test intelligence:
5
+ * 1. test/select-predictive - Predictive test selection using RL
6
+ * 2. test/flaky-detect - Flaky test detection and analysis
7
+ * 3. test/coverage-gaps - Test coverage gap identification
8
+ * 4. test/mutation-optimize - Mutation testing optimization
9
+ * 5. test/generate-suggest - Test case generation suggestions
10
+ */
11
+ import type { MCPTool } from './types.js';
12
+ export declare const selectPredictiveTool: MCPTool;
13
+ export declare const flakyDetectTool: MCPTool;
14
+ export declare const coverageGapsTool: MCPTool;
15
+ export declare const mutationOptimizeTool: MCPTool;
16
+ export declare const generateSuggestTool: MCPTool;
17
+ export declare const testIntelligenceTools: MCPTool[];
18
+ //# sourceMappingURL=mcp-tools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mcp-tools.d.ts","sourceRoot":"","sources":["../src/mcp-tools.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EACV,OAAO,EAcR,MAAM,YAAY,CAAC;AAmHpB,eAAO,MAAM,oBAAoB,EAAE,OAkClC,CAAC;AAwDF,eAAO,MAAM,eAAe,EAAE,OA0B7B,CAAC;AAgEF,eAAO,MAAM,gBAAgB,EAAE,OAkB9B,CAAC;AA6DF,eAAO,MAAM,oBAAoB,EAAE,OAkBlC,CAAC;AA4DF,eAAO,MAAM,mBAAmB,EAAE,OAoBjC,CAAC;AAMF,eAAO,MAAM,qBAAqB,EAAE,OAAO,EAM1C,CAAC"}