mcp-rtfm
by ryanjoachim
{
"name": "mcp-server-tmdb",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.3",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node-fetch": "^2.6.12",
"shx": "^0.3.4",
"typescript": "^5.7.2"
},
"type": "module",
"bin": {
"mcp-server-tmdb": "dist/index.js"
}
}