@yawlabs/caddy-mcp 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -200,7 +200,7 @@ Browsable read-only data — MCP clients can fetch these directly without a tool
200
200
 
201
201
  ## Requirements
202
202
 
203
- - Node.js 18+
203
+ - Node.js 20+
204
204
  - Caddy 2.x with admin API enabled (default: `localhost:2019`)
205
205
 
206
206
  ## Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/caddy-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "MCP server for managing Caddy web servers via the admin API",
5
5
  "license": "MIT",
6
6
  "author": "Yaw Labs <contact@yaw.sh> (https://yaw.sh)",
@@ -38,6 +38,10 @@
38
38
  "@modelcontextprotocol/sdk": "^1.29.0",
39
39
  "zod": "^4.3.6"
40
40
  },
41
+ "overrides": {
42
+ "hono": "^4.12.14",
43
+ "@hono/node-server": "^1.19.13"
44
+ },
41
45
  "devDependencies": {
42
46
  "@biomejs/biome": "^2.4.11",
43
47
  "@types/node": "^25.6.0",
@@ -46,7 +50,7 @@
46
50
  "vitest": "^4.1.4"
47
51
  },
48
52
  "engines": {
49
- "node": ">=18"
53
+ "node": ">=20"
50
54
  },
51
55
  "keywords": [
52
56
  "mcp",