UNPKG

debugg-ai-mcp

Version:

MCP Server for debugg ai web browsing

52 lines (51 loc) 1.06 kB
{ "name": "debugg-ai-mcp", "version": "1.0.0", "description": "MCP Server for debugg ai web browsing", "type": "module", "bin": { "debugg-ai-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/debugg-ai/debugg-ai-mcp.git" }, "keywords": [ "debugg", "ai", "mcp", "server", "web", "browsing", "testing", "ai testing", "vibe code testing" ], "author": "Quinn Osha", "license": "ISC", "homepage": "https://debugg.ai", "bugs": { "url": "https://github.com/debugg-ai/debugg-ai-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "axios": "^1.9.0", "mkdirp": "^3.0.1", "ngrok": "^5.0.0-beta.2", "uuid": "^11.1.0", "zod": "^3.25.32" }, "devDependencies": { "@types/node": "^22.15.24", "shx": "^0.4.0", "typescript": "^5.8.3" } }