powerplatform-mcp
Version:
PowerPlatform Model Context Protocol server
55 lines (54 loc) • 1.25 kB
JSON
{
"name": "powerplatform-mcp",
"version": "2.4.0",
"description": "PowerPlatform Model Context Protocol server",
"main": "build/index.js",
"bin": {
"powerplatform-mcp": "build/index.js"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"start": "node build/index.js",
"dev": "npm run build && npm run start",
"inspector": "npm run build && dotenv -- npx @modelcontextprotocol/inspector node build/index.js"
},
"files": [
"build",
"README.md"
],
"keywords": [
"powerplatform",
"mcp",
"model-context-protocol",
"dynamics",
"dataverse"
],
"author": "Michal Sobieraj",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michsob/powerplatform-mcp.git"
},
"engines": {
"node": ">=22.0.0 <25.0.0"
},
"dependencies": {
"@azure/msal-node": "^5.0.2",
"@modelcontextprotocol/sdk": "^1.25.3",
"axios": "^1.13.2",
"commander": "^14.0.3",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/node": "^22.13.10",
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0",
"typescript": "^5.8.2",
"vitest": "^4.1.2"
}
}