UNPKG

@cgaspard/webappmcp

Version:

WebApp MCP - Model Context Protocol integration for web applications with server-side debugging tools

85 lines (84 loc) 2.02 kB
{ "name": "@cgaspard/webappmcp", "version": "0.2.3", "description": "WebApp MCP - Model Context Protocol integration for web applications with server-side debugging tools", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "browser": "dist/browser.js", "bin": { "webappmcp-server": "./dist/server/cli.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "npm run build:typescript && npm run build:browser", "build:typescript": "tsc", "build:browser": "rollup -c", "dev": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "cors": "^2.8.5", "express": "^4.0.0", "uuid": "^9.0.0", "ws": "^8.0.0", "yargs": "^17.0.0" }, "peerDependencies": { "express": "^4.0.0" }, "peerDependenciesMeta": { "express": { "optional": true } }, "devDependencies": { "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-typescript": "^11.0.0", "@types/cors": "^2.8.0", "@types/express": "^4.17.0", "@types/jest": "^29.0.0", "@types/jsdom": "^21.1.7", "@types/supertest": "^6.0.3", "@types/uuid": "^9.0.0", "@types/ws": "^8.0.0", "@types/yargs": "^17.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^30.0.4", "jsdom": "^26.1.0", "rollup": "^4.0.0", "supertest": "^7.1.3", "ts-jest": "^29.0.0", "tslib": "^2.6.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/cgaspard/webappmcp.git", "directory": "packages/webappmcp" }, "keywords": [ "mcp", "model-context-protocol", "express", "middleware", "websocket", "browser", "ai", "web-automation", "dom", "testing" ], "author": "cgaspard", "license": "MIT" }