{ "name": "dav-mcp", "version": "4.0.1", "mcpName": "io.github.PhilflowIO/dav-mcp", "description": "Complete DAV integration for AI - Calendar (CalDAV), Contacts (CardDAV), and Tasks (VTODO) management via MCP protocol", "type": "module", "main": "src/server-stdio.js", "bin": { "dav-mcp": "src/server-stdio.js" }, "scripts": { "start": "MCP_TRANSPORT=stdio node src/server-stdio.js", "start:stdio": "MCP_TRANSPORT=stdio node src/server-stdio.js", "start:http": "node src/server-http.js", "dev": "MCP_TRANSPORT=stdio node --watch src/server-stdio.js", "dev:http": "node --watch src/server-http.js", "install:fresh": "rm -rf node_modules package-lock.json && npm cache clean --force && npm install", "update:tsdav": "npm cache clean --force && npm install tsdav@github:PhilflowIO/tsdav#master", "test": "NODE_ENV=test NODE_OPTIONS='--experimental-vm-modules' jest", "test:watch": "NODE_ENV=test NODE_OPTIONS='--experimental-vm-modules' jest --watch", "test:coverage": "NODE_ENV=test NODE_OPTIONS='--experimental-vm-modules' jest --coverage", "test:integration": "node tests/integration/mcp-test-runner.js", "test:setup-data": "node tests/integration/setup-test-data.js" }, "author": "dav-mcp contributors", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/PhilflowIO/dav-mcp.git" }, "bugs": { "url": "https://github.com/PhilflowIO/dav-mcp/issues" }, "homepage": "https://github.com/PhilflowIO/dav-mcp#readme", "keywords": [ "mcp", "model-context-protocol", "caldav", "carddav", "vtodo", "dav", "calendar", "contacts", "tasks", "todos", "n8n", "ai", "llm", "automation", "nextcloud", "baikal", "radicale" ], "engines": { "node": ">=18.0.0" }, "files": [ "src/**/*", "README.md", "LICENSE", "CHANGELOG.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.25.3", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.2.1", "express-rate-limit": "^8.1.0", "ical.js": "^2.2.1", "tsdav": "github:PhilflowIO/tsdav#master", "tsdav-utils": "github:PhilflowIO/tsdav-utils#main", "zod": "^3.25.76" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/jest": "^30.0.0", "jest": "^30.2.0", "pnpm": "^10.19.0" } }