UNPKG

ai-debug-local-mcp

Version:

🎯 ENHANCED AI GUIDANCE v4.1.2: Dramatically improved tool descriptions help AI users choose the right tools instead of 'close enough' options. Ultra-fast keyboard automation (10x speed), universal recording, multi-ecosystem debugging support, and compreh

134 lines (133 loc) • 3.63 kB
{ "name": "ai-debug-local-mcp", "version": "4.1.2", "description": "🎯 ENHANCED AI GUIDANCE v4.1.2: Dramatically improved tool descriptions help AI users choose the right tools instead of 'close enough' options. Ultra-fast keyboard automation (10x speed), universal recording, multi-ecosystem debugging support, and comprehensive AI decision guidance.", "main": "dist/server.js", "type": "module", "private": false, "bin": { "ai-debug-mcp": "bin/ai-debug-mcp.cjs" }, "scripts": { "build": "node node_modules/typescript/lib/tsc.js && node build/fix-imports.js", "start": "node dist/server.js", "dev": "tsx --watch src/server.ts", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", "prepublishOnly": "npm run build", "setup": "./setup-for-project.sh", "setup-elixir-core": "node ./bin/setup-elixir-core.cjs", "install-elixir": "./scripts/install-elixir.sh", "install-global": "npm install -g .", "postinstall": "node ./bin/setup-elixir-core.cjs && echo '🎉 ai-debug-local-mcp installed! Use: ai-debug-mcp --help'" }, "files": [ "dist/**/*", "bin/**/*", "core/**/*", "swift-accessibility-interaction-server.swift", "setup-for-project.sh", "README.md", "AI-CODING-ASSISTANT-INTEGRATION.md", "VISUAL-WORKFLOW-VALIDATION-GUIDE.md", "AI-FRAMEWORK-DETECTION-GUIDE.md", "LICENSE" ], "keywords": [ "ai", "debug", "debugging", "universal-recording", "application-recording", "ffmpeg", "video-recording", "terminal-recording", "vim-recording", "workflow-recording", "nsaccessibility", "background-automation", "focus-switching", "macos-automation", "system-automation", "test-generation", "ai-testing", "dual-ai", "test-automation", "mcp", "claude", "claude-code", "playwright", "web-debugging", "browser-automation", "performance-audit", "accessibility", "a11y", "framework-detection", "react", "vue", "angular", "nextjs", "flutter", "phoenix", "elixir" ], "author": { "name": "AI Debug Team", "email": "debug@aidebug.dev" }, "repository": { "type": "git", "url": "git+https://github.com/ai-debug/ai-debug-local-mcp.git" }, "homepage": "https://github.com/ai-debug/ai-debug-local-mcp#readme", "bugs": { "url": "https://github.com/ai-debug/ai-debug-local-mcp/issues" }, "license": "MIT", "engines": { "node": ">=18.0.0" }, "os": [ "darwin", "linux", "win32" ], "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "@nut-tree-fork/nut-js": "^4.2.6", "@types/fs-extra": "^11.0.4", "@types/node-fetch": "^2.6.12", "@types/ws": "^8.18.1", "cors": "^2.8.5", "dotenv": "^17.0.1", "express": "^5.1.0", "fs-extra": "^11.3.1", "nanoid": "^5.1.5", "node-fetch": "^3.3.2", "playwright": "^1.53.2", "robotjs": "^0.6.0", "semver": "^7.6.0", "sharp": "^0.34.2", "ws": "^8.18.3" }, "devDependencies": { "@babel/core": "^7.27.7", "@babel/parser": "^7.28.0", "@babel/preset-env": "^7.27.2", "@babel/traverse": "^7.28.0", "@babel/types": "^7.28.0", "@types/glob": "^9.0.0", "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "@types/semver": "^7.7.0", "babel-jest": "^30.0.2", "jest": "^29.7.0", "ts-jest": "^29.4.0", "tsx": "^4.6.0", "typescript": "^5.8.3" }, "preferGlobal": true, "publishConfig": { "access": "public" } }