{
  "name": "@transloadit/mcp-server",
  "version": "0.3.27",
  "description": "Transloadit MCP server",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "ai",
    "agent",
    "llm",
    "claude",
    "transloadit",
    "media",
    "video",
    "image",
    "audio",
    "document-processing",
    "file-processing",
    "upload",
    "encoding",
    "transcoding"
  ],
  "type": "module",
  "license": "MIT",
  "packageManager": "yarn@4.12.0",
  "engines": {
    "node": ">= 22"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/transloadit/node-sdk",
    "directory": "packages/mcp-server"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./server-card": {
      "types": "./dist/server-card.d.ts",
      "default": "./dist/server-card.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "transloadit-mcp": "./dist/cli.js"
  },
  "scripts": {
    "lint:ts": "yarn --cwd ../.. tsc:utils && yarn --cwd ../.. tsc:node && ../../node_modules/.bin/tsc --build tsconfig.build.json",
    "build": "yarn lint:ts && chmod +x dist/cli.js",
    "test:unit": "yarn --cwd ../.. tsc:utils && yarn --cwd ../.. tsc:node && ../../node_modules/.bin/vitest run ./test/unit",
    "test:e2e": "yarn --cwd ../.. tsc:utils && yarn --cwd ../.. tsc:node && ../../node_modules/.bin/vitest run ./test/e2e",
    "check": "yarn lint:ts && yarn test:unit",
    "prepack": "yarn build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@transloadit/node": "^4.10.8",
    "@transloadit/sev-logger": "^0.1.9",
    "express": "^5.2.1",
    "prom-client": "^15.1.3",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/node": "^25.8.0"
  },
  "mcpName": "io.github.transloadit/mcp-server"
}
