{ "name": "vibo-mcp", "version": "2.0.0", "mcpName": "io.github.chrischall/vibo-mcp", "description": "Vibo (vibodj.com) MCP server for Claude — host/couple event music planning & management. Developed and maintained by AI (Claude Code).", "author": "Claude Code (AI) ", "repository": { "type": "git", "url": "git+https://github.com/chrischall/vibo-mcp.git" }, "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "vibo", "vibodj", "wedding", "dj", "event-planning", "playlist", "music", "spotify", "apple-music" ], "type": "module", "bin": { "vibo-mcp": "dist/index.js" }, "files": [ "dist", ".claude-plugin", "skills", ".mcp.json", "server.json", "mint.yaml" ], "scripts": { "build": "tsc && npm run bundle", "bundle": "esbuild src/index.ts --bundle --platform=node --format=esm --external:dotenv --external:@fetchproxy/bootstrap --outfile=dist/bundle.js", "dev": "node dist/index.js", "test": "npm run typecheck && vitest run", "test:watch": "vitest", "test:coverage": "npm run typecheck && vitest run --coverage", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@chrischall/mcp-utils": "^0.28.0", "@fetchproxy/bootstrap": "^3.0.1", "@modelcontextprotocol/server": "^2.0.0", "dotenv": "^17.4.0", "zod": "^4.6.2" }, "devDependencies": { "@modelcontextprotocol/client": "^2.0.0", "@types/node": "^26.0.0", "@vitest/coverage-v8": "^5.0.0", "esbuild": "^0.28.0", "typescript": "^7.0.2", "vitest": "^5.0.0" } }