archgate 0.2.5 → 0.3.0
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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -185,12 +185,12 @@ archgate mcp
|
|
|
185
185
|
|
|
186
186
|
Exposes four tools to MCP-compatible clients (Claude Code, Cursor, etc.):
|
|
187
187
|
|
|
188
|
-
| Tool
|
|
189
|
-
|
|
|
190
|
-
| `check`
|
|
191
|
-
| `list_adrs`
|
|
192
|
-
| `review_context`
|
|
193
|
-
| `
|
|
188
|
+
| Tool | Description |
|
|
189
|
+
| ----------------------------- | ----------------------------------------------------------------- |
|
|
190
|
+
| `check` | Run ADR compliance checks, optionally on staged files only |
|
|
191
|
+
| `list_adrs` | List all ADRs with metadata |
|
|
192
|
+
| `review_context` | Get changed files grouped by domain with applicable ADR briefings |
|
|
193
|
+
| `claude_code_session_context` | Read the current Claude Code session transcript |
|
|
194
194
|
|
|
195
195
|
Also exposes `adr://{id}` resources for reading individual ADRs by ID.
|
|
196
196
|
|