{ "name": "@mrsknetwork/ytmcp", "version": "1.0.14", "description": "YouTube MCP Server", "main": "build/server/index.js", "mcpName": "io.github.mrsknetwork/ytmcp", "bin": { "ytmcp": "build/server/index.js" }, "files": [ "build", "bin", "README.md", "INSTRUCTIONS.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node build/server/index.js", "test:client": "node scripts/test-client.js", "show:tools": "node scripts/show-tools-output.js" }, "keywords": [ "mcp", "youtube", "Claude Code", "antigravity", "llm", "tools" ], "author": "Kamesh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mrsknetwork/ytmcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^17.4.2", "express": "^5.2.1", "googleapis": "^173.0.0", "yt-dlp-exec": "^1.0.2", "zod": "^4.4.3" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^25.6.0", "typescript": "^7.0.2" }, "overrides": { "@hono/node-server": "^2.0.11", "brace-expansion": "^2.1.2", "fast-uri": "^3.1.3", "hono": "^4.12.28" } }