@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 +3 -2
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +1 -1
- package/dist/constants.js.map +1 -1
- package/package.json +1 -1
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/
|
|
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
|
package/dist/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,EAAE,
|
|
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 = '
|
|
1
|
+
export const BASE_URL = 'http://localhost:8080';
|
|
2
2
|
//# sourceMappingURL=constants.js.map
|
package/dist/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAW,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAW,uBAAuB,CAAA"}
|