@mcp-consultant-tools/powerplatform-data
Version:
MCP server for PowerPlatform data CRUD operations (operational use)
56 lines (55 loc) • 1.24 kB
JSON
{
"name": "@mcp-consultant-tools/powerplatform-data",
"version": "21.0.0",
"description": "MCP server for PowerPlatform data CRUD operations (operational use)",
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"import": "./build/index.js",
"types": "./build/index.d.ts"
}
},
"files": [
"build",
"README.md"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf build *.tsbuildinfo",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"powerplatform",
"dynamics",
"dataverse",
"data"
],
"author": "Michal Sobieraj",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/klemensms/mcp-consultant-tools.git",
"directory": "packages/powerplatform-data"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@azure/msal-node": "^3.3.0",
"@mcp-consultant-tools/core": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.8.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.5",
"typescript": "^5.8.2"
},
"bin": {
"mcp-pp-data": "build/index.js"
}
}