{ "name": "@yawlabs/caddy-mcp", "version": "2.5.3", "mcpName": "io.github.YawLabs/caddy-mcp", "description": "Caddy MCP server for Claude Code, Cursor, and any MCP client: admin API, config, routes, reverse proxy, TLS, PKI, metrics", "license": "MIT", "author": "Yaw Labs (https://yaw.sh)", "type": "module", "exports": { ".": { "import": "./dist/server.js", "types": "./dist/server.d.ts" } }, "main": "./dist/server.js", "types": "./dist/server.d.ts", "bin": { "caddy-mcp": "bin/caddy-mcp.mjs" }, "files": [ "bin/caddy-mcp.mjs", "dist", "!dist/**/*.test.*", "README.md", "LICENSE" ], "scripts": { "build": "tsup && tsc -p tsconfig.build.json", "dev": "tsup --watch", "test": "vitest run", "lint": "node scripts/lint.mjs check src/ bin/ scripts/", "lint:fix": "node scripts/lint.mjs check --write src/ bin/ scripts/", "typecheck": "node scripts/typecheck.mjs", "typecheck:tsc": "tsc --noEmit", "test:ci": "npm run build && npm test", "prepublishOnly": "npm run build", "prepare": "git config core.hooksPath .githooks 2>/dev/null || true", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.3.6" }, "overrides": { "hono": "^4.13.5", "@hono/node-server": "^1.19.15", "postcss": "^8.5.23", "ip-address": "^10.3.1", "fast-uri": "^3.1.6", "qs": "^6.16.0", "esbuild": "^0.28.1" }, "devDependencies": { "@biomejs/biome": "~2.4.11", "@types/node": "^26.0.0", "esbuild": "^0.28.1", "postject": "^1.0.0-alpha.6", "tsup": "^8.4.0", "typescript": "^7.0.2", "vitest": "^4.1.4" }, "engines": { "node": ">=20" }, "keywords": [ "caddy", "caddy-mcp", "caddy-server", "caddyfile", "mcp", "mcp-server", "model-context-protocol", "reverse-proxy", "web-server", "admin-api", "tls", "acme", "pki", "prometheus", "claude-code", "cursor", "devtools", "ai", "ai-agents" ], "repository": { "type": "git", "url": "git+https://github.com/YawLabs/caddy-mcp.git" }, "bugs": { "url": "https://github.com/YawLabs/caddy-mcp/issues" }, "homepage": "https://yaw.sh/mcp-servers/caddy-mcp/" }