@rectify-so/mcp 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -201,7 +201,7 @@ Check logs for:
201
201
 
202
202
  ## Tools
203
203
 
204
- - `rectify.feedbacks.analyzeDebugUrl`
204
+ - `rectify-feedbacks-analyze-debug-url`
205
205
  - Analyze compressed technical logs from a debugDataUrl.
206
206
  - Inputs: `debugDataUrl?`, `feedbackId?` (server resolves URL when an ID is given).
207
207
  - Note: debugDataUrl is only available for bug-type feedbacks.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rectify-so/mcp",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Rectify MCP Server for IDE integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",