@yawlabs/caddy-mcp 1.2.7 → 1.2.8

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 (3) hide show
  1. package/README.md +4 -4
  2. package/dist/index.js +0 -0
  3. package/package.json +77 -77
package/README.md CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
  Built and maintained by [Yaw Labs](https://yaw.sh).
10
10
 
11
- [![Add to mcp.hosting](https://mcp.hosting/install-button.svg)](https://mcp.hosting/install?name=Caddy&command=npx&args=-y%2C%40yawlabs%2Fcaddy-mcp&description=Manage%20Caddy%20web%20servers%20-%20config%2C%20routes%2C%20TLS%2C%20PKI&source=https%3A%2F%2Fgithub.com%2FYawLabs%2Fcaddy-mcp)
11
+ [![Add to Yaw MCP](https://yaw.sh/yaw-mcp-button.svg)](yaw://install?name=Caddy&command=npx&args=-y%2C%40yawlabs%2Fcaddy-mcp&description=Manage%20Caddy%20web%20servers%20-%20config%2C%20routes%2C%20TLS%2C%20PKI&source=https%3A%2F%2Fgithub.com%2FYawLabs%2Fcaddy-mcp)
12
12
 
13
- One click adds this to your [mcp.hosting](https://mcp.hosting) account so it syncs to every MCP client you use. Or install manually below.
13
+ One click adds this to your local Yaw MCP config so it's available in every Yaw Terminal session. Or install manually below.
14
14
 
15
15
  ## Why this one?
16
16
 
@@ -41,7 +41,7 @@ macOS / Linux / WSL:
41
41
  "mcpServers": {
42
42
  "caddy": {
43
43
  "command": "npx",
44
- "args": ["-y", "@yawlabs/caddy-mcp"]
44
+ "args": ["-y", "@yawlabs/caddy-mcp@latest"]
45
45
  }
46
46
  }
47
47
  }
@@ -54,7 +54,7 @@ Windows:
54
54
  "mcpServers": {
55
55
  "caddy": {
56
56
  "command": "cmd",
57
- "args": ["/c", "npx", "-y", "@yawlabs/caddy-mcp"]
57
+ "args": ["/c", "npx", "-y", "@yawlabs/caddy-mcp@latest"]
58
58
  }
59
59
  }
60
60
  }
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,77 +1,77 @@
1
- {
2
- "name": "@yawlabs/caddy-mcp",
3
- "version": "1.2.7",
4
- "mcpName": "io.github.YawLabs/caddy-mcp",
5
- "description": "MCP server for managing Caddy web servers via the admin API",
6
- "license": "MIT",
7
- "author": "Yaw Labs <contact@yaw.sh> (https://yaw.sh)",
8
- "type": "module",
9
- "exports": {
10
- ".": {
11
- "import": "./dist/server.js",
12
- "types": "./dist/server.d.ts"
13
- }
14
- },
15
- "main": "./dist/server.js",
16
- "types": "./dist/server.d.ts",
17
- "bin": {
18
- "caddy-mcp": "./dist/index.js"
19
- },
20
- "files": [
21
- "dist",
22
- "!dist/**/*.test.*",
23
- "README.md",
24
- "LICENSE"
25
- ],
26
- "scripts": {
27
- "build": "tsup",
28
- "dev": "tsup --watch",
29
- "test": "vitest run",
30
- "lint": "biome check src/",
31
- "lint:fix": "biome check --write src/",
32
- "typecheck": "tsc --noEmit",
33
- "test:ci": "npm run build && npm test",
34
- "prepublishOnly": "npm run build",
35
- "prepare": "git config core.hooksPath .githooks 2>/dev/null || true",
36
- "start": "node dist/index.js"
37
- },
38
- "dependencies": {
39
- "@modelcontextprotocol/sdk": "^1.29.0",
40
- "zod": "^4.3.6"
41
- },
42
- "overrides": {
43
- "hono": "^4.12.18",
44
- "@hono/node-server": "^1.19.13",
45
- "postcss": "^8.5.10",
46
- "ip-address": "^10.1.1",
47
- "fast-uri": "^3.1.2"
48
- },
49
- "devDependencies": {
50
- "@biomejs/biome": "^2.4.11",
51
- "@types/node": "^25.6.0",
52
- "tsup": "^8.4.0",
53
- "typescript": "^6.0.2",
54
- "vitest": "^4.1.4"
55
- },
56
- "engines": {
57
- "node": ">=20"
58
- },
59
- "keywords": [
60
- "mcp",
61
- "model-context-protocol",
62
- "caddy",
63
- "reverse-proxy",
64
- "web-server",
65
- "mcp-server",
66
- "devtools",
67
- "ai"
68
- ],
69
- "repository": {
70
- "type": "git",
71
- "url": "git+https://github.com/YawLabs/caddy-mcp.git"
72
- },
73
- "bugs": {
74
- "url": "https://github.com/YawLabs/caddy-mcp/issues"
75
- },
76
- "homepage": "https://github.com/YawLabs/caddy-mcp"
77
- }
1
+ {
2
+ "name": "@yawlabs/caddy-mcp",
3
+ "version": "1.2.8",
4
+ "mcpName": "io.github.YawLabs/caddy-mcp",
5
+ "description": "MCP server for managing Caddy web servers via the admin API",
6
+ "license": "MIT",
7
+ "author": "Yaw Labs <contact@yaw.sh> (https://yaw.sh)",
8
+ "type": "module",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/server.js",
12
+ "types": "./dist/server.d.ts"
13
+ }
14
+ },
15
+ "main": "./dist/server.js",
16
+ "types": "./dist/server.d.ts",
17
+ "bin": {
18
+ "caddy-mcp": "dist/index.js"
19
+ },
20
+ "files": [
21
+ "dist",
22
+ "!dist/**/*.test.*",
23
+ "README.md",
24
+ "LICENSE"
25
+ ],
26
+ "scripts": {
27
+ "build": "tsup",
28
+ "dev": "tsup --watch",
29
+ "test": "vitest run",
30
+ "lint": "biome check src/",
31
+ "lint:fix": "biome check --write src/",
32
+ "typecheck": "tsc --noEmit",
33
+ "test:ci": "npm run build && npm test",
34
+ "prepublishOnly": "npm run build",
35
+ "prepare": "git config core.hooksPath .githooks 2>/dev/null || true",
36
+ "start": "node dist/index.js"
37
+ },
38
+ "dependencies": {
39
+ "@modelcontextprotocol/sdk": "^1.29.0",
40
+ "zod": "^4.3.6"
41
+ },
42
+ "overrides": {
43
+ "hono": "^4.12.18",
44
+ "@hono/node-server": "^1.19.13",
45
+ "postcss": "^8.5.10",
46
+ "ip-address": "^10.1.1",
47
+ "fast-uri": "^3.1.2"
48
+ },
49
+ "devDependencies": {
50
+ "@biomejs/biome": "^2.4.11",
51
+ "@types/node": "^25.6.0",
52
+ "tsup": "^8.4.0",
53
+ "typescript": "^6.0.2",
54
+ "vitest": "^4.1.4"
55
+ },
56
+ "engines": {
57
+ "node": ">=20"
58
+ },
59
+ "keywords": [
60
+ "mcp",
61
+ "model-context-protocol",
62
+ "caddy",
63
+ "reverse-proxy",
64
+ "web-server",
65
+ "mcp-server",
66
+ "devtools",
67
+ "ai"
68
+ ],
69
+ "repository": {
70
+ "type": "git",
71
+ "url": "git+https://github.com/YawLabs/caddy-mcp.git"
72
+ },
73
+ "bugs": {
74
+ "url": "https://github.com/YawLabs/caddy-mcp/issues"
75
+ },
76
+ "homepage": "https://github.com/YawLabs/caddy-mcp"
77
+ }