UNPKG

mat-drupal-mcp

Version:

MatDrupal MCP - AI Assistant for Drupal Projects with bilingual FR/EN support

89 lines (88 loc) 2.18 kB
{ "name": "mat-drupal-mcp", "version": "1.2.9", "description": "MatDrupal MCP - AI Assistant for Drupal Projects with bilingual FR/EN support", "main": "dist/index.js", "type": "commonjs", "bin": { "matdrupal": "./dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/boisvertmath/mat-drupal-mcp.git" }, "homepage": "https://github.com/boisvertmath/mat-drupal-mcp#readme", "bugs": { "url": "https://github.com/boisvertmath/mat-drupal-mcp/issues" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "test": "node dist/index.js --test", "dev": "npm run build && npm start", "clean": "rm -rf dist/", "prepare": "npm run build", "prepack": "npm run build", "prepublishOnly": "npm run build && npm test", "release": "npm run build && npm pack", "publish:npm": "npm publish", "publish:test": "npm publish --dry-run" }, "keywords": [ "mcp", "drupal", "matdrupal", "project-intelligence", "bilingual", "d11", "migration", "github-copilot", "ai-assistant", "development-tools", "lando", "acquia" ], "author": { "name": "Mathieu Boisvert", "url": "https://github.com/boisvertmath" }, "license": "MIT", "files": [ "dist", "scripts/uninstall.sh", "docs", "README.md", "INSTALL.md", "QUICKSTART.md", "LICENSE" ], "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "devDependencies": { "@types/glob": "^8.1.0", "@types/markdown-it": "^14.1.2", "@types/node": "^24.0.15", "@types/semver": "^7.7.0", "@types/shelljs": "^0.8.17", "typescript": "^5.8.3" }, "dependencies": { "@google-cloud/translate": "^9.2.0", "@modelcontextprotocol/sdk": "^1.16.0", "axios": "^1.10.0", "cheerio": "^1.1.0", "css-tree": "^3.1.0", "esprima": "^4.0.1", "franc": "^6.2.0", "glob": "^11.0.3", "highlight.js": "^11.11.1", "markdown-it": "^14.1.0", "semver": "^7.7.2", "shelljs": "^0.10.0", "tree-sitter-php": "^0.23.12", "yaml": "^2.8.0", "zod": "^3.25.76" } }