uploadthing-mcp
Version:
MCP for UploadThing
47 lines • 1 kB
JSON
{
"name": "uploadthing-mcp",
"author": "Toolbase",
"version": "0.0.2",
"description": "MCP for UploadThing",
"license": "MIT",
"homepage": "https://github.com/Toolbase-AI/uploadthing-mcp",
"repository": {
"type": "git",
"url": "git+https://github.com/Toolbase-AI/uploadthing-mcp.git"
},
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./*": {
"import": "./dist/*.js",
"require": "./dist/*.cjs"
}
},
"files": [
"dist"
],
"keywords": [
"mcp",
"modelcontextprotocol",
"uploadthing",
"file-upload"
],
"devDependencies": {
"@types/node": "^22.13.10",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"uploadthing": "^7.5.2",
"zod": "^3.24.2"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"lint": "tsc --noEmit"
}
}