package.jsonโข1.92 kB
{
"name": "@marco-looy/pega-dx-mcp",
"version": "0.1.10",
"description": "MCP Server enabling conversational AI interaction with Pega Infinity applications. Bridge GenAI agents, IDEs, and AI assistants to Pega DX APIs for natural language case management, workflow automation, and business process operations.",
"keywords": [
"Pega",
"Pega Infinity",
"Pega DX API",
"Pega GenAI",
"AI",
"AI Agent",
"GenAI",
"GenAI Agent",
"Agent",
"DX API",
"MCP",
"MCP Server",
"Model Context Protocol"
],
"homepage": "https://github.com/marco-looy/pega-dx-mcp#readme",
"bugs": {
"url": "https://github.com/marco-looy/pega-dx-mcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marco-looy/pega-dx-mcp.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Marco Looy <marco.looy@gmail.com> (https://linkedin.com/in/marcolooy)",
"type": "module",
"main": "src/index.js",
"bin": {
"pega-dx-mcp": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"update-config": "node tools/update-mcp-config.js",
"test:oauth": "node tests/oauth-debug.js",
"test:api": "node tests/api-test.js",
"test:mcp": "node tests/mcp-tool-test.js",
"test:ping": "node tests/ping-service-test.js",
"test:create": "node tests/mcp-create-case-test.js",
"test:delete": "node tests/delete-case-test.js",
"test:casetypes": "node tests/casetypes/get-case-types-test.js",
"test:bulk-action": "node tests/get-case-type-bulk-action-test.js",
"test:complete-workflow": "node tests/cases/complete-etag-workflow-test.js",
"test:auto-fetch": "node tests/cases/auto-fetch-etag-test.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.3",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"dotenv": "^17.2.2",
"form-data": "^4.0.0",
"mime-types": "^2.1.35"
}
}