mcp-dokploy-fullapi-proxy 1.0.3 → 1.0.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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -466,7 +466,7 @@ Claude reads app.md (~1,600 tokens)
|
|
|
466
466
|
Claude calls: dokploy("application.deploy", { applicationId: "..." })
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
Instead of loading all
|
|
469
|
+
Instead of loading all 445 endpoint definitions (~15,500 tokens) into every conversation, Claude loads only what's needed. A typical request costs ~2,100 tokens instead of ~15,500.
|
|
470
470
|
|
|
471
471
|
## Building the skill ZIP
|
|
472
472
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-dokploy-fullapi-proxy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Full API proxy MCP for the entire Dokploy API - single tool, skill-driven, 445 endpoints",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
],
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
20
|
+
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
21
21
|
"zod": "^4.3.6"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@types/node": "^22.
|
|
24
|
+
"@types/node": "^22.19.13",
|
|
25
25
|
"tsx": "^4.19.0",
|
|
26
26
|
"typescript": "^5.7.0"
|
|
27
27
|
}
|