md-feedback 1.5.3 → 1.5.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.
- package/README.md +3 -2
- package/dist/mcp-server.js +68 -67
- package/package.json +58 -57
package/README.md
CHANGED
|
@@ -62,11 +62,12 @@ Windows workspace example:
|
|
|
62
62
|
}
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
##
|
|
65
|
+
## 30 MCP Tools
|
|
66
66
|
|
|
67
67
|
| Tool | Description |
|
|
68
68
|
|------|-------------|
|
|
69
69
|
| `get_document_structure` | Full review state: memos, gates, cursor, sections, summary, metrics |
|
|
70
|
+
| `get_overview` | Recommended first query: consolidated summary (counts, gates, workflow, blocking memos) |
|
|
70
71
|
| `list_documents` | List markdown files in workspace (optionally annotated-only) |
|
|
71
72
|
| `list_annotations` | All annotations with type/status/owner/color |
|
|
72
73
|
| `get_review_status` | Annotation counts and session status |
|
|
@@ -80,7 +81,7 @@ Windows workspace example:
|
|
|
80
81
|
| `get_checkpoints` | List all checkpoints |
|
|
81
82
|
| `generate_handoff` | Generate structured handoff document |
|
|
82
83
|
| `pickup_handoff` | Parse existing handoff for session resumption |
|
|
83
|
-
| `apply_memo` | Apply implementation (text_replace
|
|
84
|
+
| `apply_memo` | Apply implementation (`text_replace`, `artifact_text_replace`, `file_patch`, `file_create`) with dry-run |
|
|
84
85
|
| `link_artifacts` | Link source files to a memo |
|
|
85
86
|
| `update_memo_progress` | Update progress with status and message |
|
|
86
87
|
| `rollback_memo` | Rollback the latest implementation for a memo |
|