{ "name": "@dversum/mcp-server", "version": "2.0.0", "description": "Official MCP server for the dVersum business management platform", "type": "module", "main": "dist/src/index.js", "bin": { "dversum-mcp": "dist/bin/dversum-mcp.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/bin/dversum-mcp.js" }, "repository": { "type": "git", "url": "https://github.com/dversum/mcp-server.git" }, "homepage": "https://dversum.com", "bugs": { "url": "https://github.com/dversum/mcp-server/issues" }, "mcpName": "io.github.dversum/mcp-server", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.0" }, "devDependencies": { "typescript": "^5.7.0", "@types/node": "^22.0.0" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "dversum", "business-management", "claude", "ai", "project-management", "invoicing", "time-tracking" ], "license": "MIT" }