package.json•772 B
{
"name": "mcp-block-collection",
"version": "1.0.0",
"description": "Minimal MCP server for Adobe AEM Block Collection - provides list_blocks tool for reading block metadata",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"mcp-block-collection": "./index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"aem",
"adobe",
"blocks",
"metadata"
],
"author": "Adobe ACS GENUI",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ACSGenUI/mcp-block-collection"
}
}