UNPKG

plani-groupware-mcp

Version:

MCP server for groupware

42 lines (41 loc) 832 B
{ "name": "plani-groupware-mcp", "version": "1.0.17", "description": "MCP server for groupware", "main": "build/index.js", "type": "module", "bin": { "plani-groupware-mcp": "./build/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublishOnly": "npm run build", "start": "node build/index.js" }, "keywords": [ "mcp", "groupware", "meeting-room", "reservation" ], "author": "leeej", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "mariadb": "^3.4.1", "zod": "^3.24.3" }, "devDependencies": { "@types/node": "^22.14.1", "typescript": "^5.8.3" }, "files": [ "build", "README.md", "package.json" ], "publishConfig": { "access": "public" } }