{ "name": "@zhound/d365fo-mcp-server", "mcpName": "io.github.zhound420/d365fo-connector", "version": "2.0.1", "description": "MCP server for D365 Finance & Operations with resources and tools", "type": "module", "main": "dist/index.js", "bin": { "d365fo-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "mcp", "dynamics-365", "d365", "finance-operations", "erp", "odata", "model-context-protocol" ], "repository": { "type": "git", "url": "https://github.com/zhound420/D365FO-claude-connector" }, "author": "zhound420", "license": "MIT", "homepage": "https://github.com/zhound420/D365FO-claude-connector#readme", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "setup": "node setup.js", "test": "vitest run", "test:watch": "vitest", "prepare": "husky || true", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.0", "express": "^4.18.0", "fast-xml-parser": "^5.3.0", "zod": "^3.25.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.10.0", "husky": "^9.0.0", "typescript": "^5.3.0", "vitest": "^4.1.0" }, "engines": { "node": ">=18.0.0" } }