{ "name": "@focusgts/eds-mcp-server", "version": "0.15.0", "mcpName": "io.github.focusgts/eds-mcp-server", "description": "The MCP server for Adobe Edge Delivery Services — read, audit, track, monitor, fix, publish and undo your site from any AI agent. 41 tools, safe by default.", "license": "Apache-2.0", "author": "FocusGTS (https://focusgts.com)", "repository": { "type": "git", "url": "https://github.com/Focus-GTS/eds-mcp-server" }, "homepage": "https://github.com/Focus-GTS/eds-mcp-server#readme", "bugs": { "url": "https://github.com/Focus-GTS/eds-mcp-server/issues" }, "keywords": [ "mcp", "adobe", "edge-delivery-services", "aem", "helix", "model-context-protocol", "ai", "content-management", "seo", "accessibility", "site-audit", "document-authoring" ], "type": "module", "types": "dist/lib.d.ts", "main": "dist/lib.js", "exports": { ".": { "types": "./dist/lib.d.ts", "import": "./dist/lib.js" } }, "bin": { "eds-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "eslint src tests", "test": "vitest run", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "sync-version": "node scripts/sync-version.mjs", "version": "npm run sync-version && git add server.json", "prepublishOnly": "npm run lint && npm run typecheck && npm test && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "zod": "^3.23.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^20.0.0", "@vitest/coverage-v8": "^2.1.9", "eslint": "^10.8.1", "globals": "^17.9.0", "tsx": "^4.0.0", "typescript": "^5.5.0", "typescript-eslint": "^8.67.0", "vitest": "^2.0.0" }, "files": [ "dist/", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" } }