UNPKG

drama-fm-mcp

Version:
42 lines (41 loc) 889 B
{ "name": "drama-fm-mcp", "version": "1.0.15", "description": "Drama FM MCP Server", "keywords": [ "Drama", "FM", "CMP", "Server" ], "bin": { "drama-fm-mcp": "dist/index.js" }, "homepage": "https://github.com/drama-fm/mcp#readme", "bugs": { "url": "https://github.com/drama-fm/mcp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/drama-fm/mcp.git" }, "license": "MIT", "author": "dev@drama-fm.com", "type": "commonjs", "main": "index.js", "scripts": { "build": "tsc && chmod 755 dist/index.js" }, "devDependencies": { "@types/mime-types": "^3.0.1", "@types/node": "^24.3.0", "typescript": "^5.9.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "@rjsf/utils": "^5.24.13", "mime-types": "^3.0.1", "undici": "^7.15.0", "zod": "^3.25.76" } }