@getmikk/mcp-server 1.9.2 → 2.0.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 +7 -1
- package/dist/index.cjs +9887 -6552
- package/dist/index.cjs.map +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ mikk-mcp /path/to/project
|
|
|
70
70
|
|
|
71
71
|
---
|
|
72
72
|
|
|
73
|
-
## Tools (
|
|
73
|
+
## Tools (22)
|
|
74
74
|
|
|
75
75
|
All tools read from the lock file (`mikk.lock.json`) — fast, no re-parsing.
|
|
76
76
|
|
|
@@ -92,6 +92,12 @@ All tools read from the lock file (`mikk.lock.json`) — fast, no re-parsing.
|
|
|
92
92
|
| `mikk_get_file` | Read raw source of any project file (with path traversal guard) |
|
|
93
93
|
| `mikk_read_file` | Read raw source, scoped only to specific functions to save token context |
|
|
94
94
|
| `mikk_get_routes` | Detected HTTP routes (Express / Koa / Hono style) |
|
|
95
|
+
| `mikk_rename` | Coordinated multi-file rename plan (definition + call sites + imports) |
|
|
96
|
+
| `mikk_git_diff_impact` | Map git diff hunks to affected symbols (added/modified/deleted) |
|
|
97
|
+
| `mikk_manage_adr` | CRUD for Architectural Decision Records (ADRs) stored in `mikk.json` |
|
|
98
|
+
| `mikk_dead_code` | Detect dead code (functions with zero callers after exemptions) |
|
|
99
|
+
| `mikk_token_stats` | Session token savings and efficiency estimates |
|
|
100
|
+
| `mikk_test_tool` | Simple test tool for verifying MCP connectivity |
|
|
95
101
|
|
|
96
102
|
### Staleness warning
|
|
97
103
|
|