@rectify-so/mcp 1.0.1 → 1.0.2

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.
package/README.md CHANGED
@@ -186,9 +186,10 @@ Check logs for:
186
186
  ## Available Resources
187
187
 
188
188
  ### Feedback Resources
189
- - `rectify://{orgId}/{projectId}/feedbacks` - List feedbacks (assets excluded)
189
+ - `rectify://{orgId}/{projectId}/feedbacks` - List feedbacks with optional filters (assets excluded)
190
190
  - `rectify://{orgId}/{projectId}/feedbacks/{id}` - Get feedback detail (bug-type includes debugDataUrl if available)
191
- - `rectify://{orgId}/{projectId}/feedbacks/overview` - Get feedback overview
191
+ - `rectify://{orgId}/{projectId}/feedbacks/{id}/analyze-debug-data` - Analyze debug logs for a bug-type feedback
192
+ - `rectify://{orgId}/{projectId}/feedbacks/overview` - Get feedback overview statistics
192
193
 
193
194
  ### Scan Job Resources (when enabled)
194
195
  - `rectify://{orgId}/{projectId}/scan/job` - Current scan job
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,EAAE,MAAiC,CAAA"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,EAAE,MAAgC,CAAA"}
package/dist/constants.js CHANGED
@@ -1,2 +1,2 @@
1
- export const BASE_URL = 'https://api.rectify.so';
1
+ export const BASE_URL = 'http://localhost:8080';
2
2
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAW,wBAAwB,CAAA"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAW,uBAAuB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rectify-so/mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Rectify MCP Server for IDE integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",