{ "name": "@yawlabs/electron-mcp", "version": "1.6.2", "mcpName": "io.github.YawLabs/electron-mcp", "description": "Electron MCP server: IPC scaffolding, security audits, CSP and fuses config, build-error diagnosis, and version-migration checklists", "license": "MIT", "author": "YawLabs ", "repository": { "type": "git", "url": "git+https://github.com/YawLabs/electron-mcp.git" }, "homepage": "https://yaw.sh/mcp-servers/electron-mcp/", "bugs": { "url": "https://github.com/YawLabs/electron-mcp/issues" }, "keywords": [ "electron", "electronjs", "electron-mcp", "mcp", "mcp-server", "model-context-protocol", "claude-code", "cursor", "ai-agents", "ai", "ipc", "context-isolation", "preload", "contextbridge", "csp", "content-security-policy", "fuses", "electron-builder", "code-signing", "auto-update", "security", "desktop" ], "type": "module", "main": "dist/index.js", "bin": { "electron-mcp": "bin/electron-mcp.mjs" }, "files": [ "bin/electron-mcp.mjs", "dist/index.js" ], "scripts": { "build": "tsc && node build.mjs", "dev": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && cd dist && node --test-timeout=300000 --test", "test:ci": "npm run test", "smoke:published": "node scripts/smoke-published.mjs", "lint": "node scripts/lint.mjs check src/", "lint:fix": "node scripts/lint.mjs check --write src/", "prepublishOnly": "npm run build && cd dist && node --test-timeout=300000 --test" }, "overrides": { "hono": "^4.13.5", "@hono/node-server": "^1.19.15", "fast-uri": "^3.1.6", "ip-address": "^10.3.1", "qs": "^6.16.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@modelcontextprotocol/sdk": "^1.30.0", "@types/node": "^22.15.2", "esbuild": "^0.28.1", "postject": "^1.0.0-alpha.6", "typescript": "^5.8.3", "zod": "^3.24.4" }, "engines": { "node": ">=20.11.0" } }