package.json•1.33 kB
{
"name": "@elgentos/magento2-dev-mcp",
"version": "1.0.2",
"description": "Magento 2 Development MCP Server for AI agents - provides cache management, module tools, and system diagnostics",
"main": "dist/index.js",
"type": "module",
"bin": {
"magento2-dev-mcp": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "echo \"No tests specified\" && exit 0"
},
"files": [
"dist/",
"README.md",
"LICENSE",
"examples/",
"docs/"
],
"keywords": [
"magento2",
"mcp",
"model-context-protocol",
"development",
"ai",
"agent",
"magerun",
"cache",
"modules",
"cli"
],
"author": "Elgentos <info@elgentos.nl>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/elgentos/magento2-dev-mcp.git"
},
"homepage": "https://github.com/elgentos/magento2-dev-mcp#readme",
"bugs": {
"url": "https://github.com/elgentos/magento2-dev-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}