{ "name": "@cmssy/mcp-server", "version": "0.79.0", "description": "MCP server for Cmssy CMS \u2014 enables AI-driven page creation and management", "mcpName": "io.github.cmssy-io/cmssy-mcp", "homepage": "https://cmssy.com", "type": "module", "bin": { "cmssy-mcp": "./dist/index.js" }, "main": "./dist/index.js", "scripts": { "build": "tsc", "sync-schema": "node scripts/sync-schema.mjs", "fetch-prod-schema": "node scripts/fetch-prod-schema.mjs", "check-schema-drift": "node scripts/check-schema-drift.mjs", "catalogue": "pnpm build && node scripts/publish-tool-catalogue.mjs", "catalogue:check": "pnpm build && node scripts/publish-tool-catalogue.mjs --check", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "test": "vitest run" }, "keywords": [ "mcp", "cmssy", "cms", "ai", "claude" ], "license": "MIT", "dependencies": { "@cmssy/ai-tools": "0.56.0", "@cmssy/types": "0.48.0", "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^22.0.0", "graphql": "^16.10.0", "tsx": "^4.19.4", "typescript": "~5.7.2", "vitest": "^3.2.0" }, "engines": { "node": ">=18" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/cmssy-io/cmssy-mcp.git" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] } }