MCP Chat Analysis Server

{ "name": "box-mcp-server", "version": "0.3.1", "main": "dist/index.js", "module": "dist/index.js", "type": "module", "access": "public", "bin": { "box-mcp-server": "dist/index.js" }, "scripts": { "clean": "shx rm -rf dist", "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "prepublishOnly": "npm run build", "test": "jest", "test:watch": "jest --watch" }, "files": [ "dist" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "box-typescript-sdk-gen": "^1.9.0", "mammoth": "^1.9.0", "patch-package": "^8.0.0", "pdfjs-dist": "^4.9.155", "postinstall-postinstall": "^2.1.0", "shx": "^0.3.4", "typescript": "^5.7.2" }, "keywords": [], "author": "@hmk", "license": "BSD-3-Clause", "description": "MCP Server for interacting with Box", "repository": { "type": "git", "url": "git+https://github.com/hmk/box-mcp-server.git" }, "bugs": { "url": "https://github.com/hmk/box-mcp-server/issues" }, "homepage": "https://github.com/hmk/box-mcp-server#readme", "devDependencies": { "@types/jest": "^29.5.14", "@types/pdfjs-dist": "^2.10.378", "jest": "^29.7.0", "ts-jest": "^29.2.5", "tsx": "^4.19.2" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testPathIgnorePatterns": [ "<rootDir>/dist/" ] } }