@brandcast_app/zoomshift-mcp-server
Version:
Model Context Protocol server for ZoomShift employee scheduling. Use ZoomShift with Claude Desktop.
55 lines (54 loc) • 1.33 kB
JSON
{
"name": "@brandcast_app/zoomshift-mcp-server",
"version": "1.0.0",
"description": "Model Context Protocol server for ZoomShift employee scheduling. Use ZoomShift with Claude Desktop.",
"main": "dist/index.js",
"type": "module",
"bin": {
"zoomshift-mcp-server": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"keywords": [
"mcp",
"model-context-protocol",
"zoomshift",
"employee-scheduling",
"shift-management",
"claude",
"ai-tools",
"scheduling",
"workforce-management"
],
"author": "BrandCast Team",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrandCast-Signage/zoomshift-mcp-server.git"
},
"bugs": {
"url": "https://github.com/BrandCast-Signage/zoomshift-mcp-server/issues"
},
"homepage": "https://github.com/BrandCast-Signage/zoomshift-mcp-server#readme",
"dependencies": {
"@brandcast_app/zoomshift-api-client": "^0.1.0",
"@modelcontextprotocol/sdk": "^0.5.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.7.2"
}
}