@recapt/mcp 0.0.28 → 0.0.30

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.
@@ -755,7 +755,7 @@
755
755
  },
756
756
  {
757
757
  "name": "propose_fix",
758
- "description": "Propose a fix for an issue. Creates a remediation record with baseline metrics for later evaluation.",
758
+ "description": "Propose a fix for an issue. Creates a remediation record with baseline metrics for later evaluation. Use this to create a new remediation, even without an existing issue ID.",
759
759
  "input_schema": {
760
760
  "type": "object",
761
761
  "properties": {
@@ -848,7 +848,7 @@
848
848
  },
849
849
  {
850
850
  "name": "update_remediation_status",
851
- "description": "Update the status of a remediation record. Use after PR merge to mark as deployed, or after PR close to mark as dismissed.",
851
+ "description": "Update the status of a remediation record. Use to mark as 'waiting' (PR created), 'deployed' (PR merged), or 'dismissed' (PR closed). Call after creating a PR to set status to waiting, or after PR merge to mark as deployed.",
852
852
  "input_schema": {
853
853
  "type": "object",
854
854
  "properties": {