devtoolkit-mcp 0.1.1 → 0.2.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 +8 -2
- package/dist/index.js +372 -36
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devtoolkit-mcp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "26 developer utilities as an MCP server — JSON repair, SQL format, hash, encode/decode, UUID, regex, CSV, subnet calc, diagram generation, and more. No API keys. Runs locally.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"devtoolkit-mcp": "./dist/index.js"
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
"base64",
|
|
35
35
|
"jwt",
|
|
36
36
|
"cron",
|
|
37
|
+
"diagram",
|
|
38
|
+
"mermaid",
|
|
37
39
|
"ai-tools",
|
|
38
40
|
"claude",
|
|
39
41
|
"coding4pizza"
|