{ "name": "@timergy/mcp", "version": "0.2.0", "mcpName": "com.timergy/mcp", "description": "MCP server for Timergy - create scheduling polls, vote, and finalize from AI agents like Claude, GPT, and Gemini. No authentication required.", "type": "module", "bin": { "timergy-mcp": "./dist/index.js" }, "main": "./dist/index.js", "exports": { ".": { "default": "./dist/index.js" }, "./client": { "default": "./dist/client.js" }, "./tools": { "default": "./dist/tools.js" } }, "files": [ "dist", "src", "README.md" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "clean": "rm -rf dist" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "timergy", "scheduling", "polls", "doodle", "when2meet", "ai-agent", "claude", "chatgpt", "calendar" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/timergy-app/timergy" }, "homepage": "https://timergy.com", "bugs": { "url": "https://github.com/timergy-app/timergy/issues" }, "author": "Timergy ", "engines": { "node": ">=18" } }