{ "name": "unified-diff-mcp", "version": "1.2.0", "description": "Beautiful diff visualization for Claude Desktop - Remote MCP Server", "main": "workers-entry.js", "scripts": { "start": "bun run src/index.ts", "dev": "wrangler dev --local", "workers:dev": "wrangler dev", "workers:deploy": "wrangler deploy", "deploy:staging": "wrangler deploy --env staging", "deploy:production": "wrangler deploy --env production", "test": "bun test", "test:fix": "bun run test-fix.js", "build": "bun run build:workers", "build:workers": "echo 'No build step required for Workers'", "lint": "eslint *.js *.ts src/**/*.ts", "format": "prettier --write *.js *.ts src/**/*.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "playwright-core": "^1.40.0", "diff2html": "^3.4.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241218.0", "@types/node": "^20.0.0", "wrangler": "^3.87.0", "eslint": "^8.57.0", "prettier": "^3.1.0", "typescript": "^5.0.0" }, "keywords": [ "mcp", "claude", "diff", "visualization", "cloudflare-workers", "remote-mcp" ], "author": "gorosun", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gorosun/unified-diff-mcp.git" } }