[eric] build: add the mcp sdk dep plus lockfile the gui hand needs

This commit is contained in:
Eric
2026-05-27 19:11:11 -07:00
parent 8bfeb803f0
commit ecb63478f3
2 changed files with 1150 additions and 2 deletions
+1143
View File
File diff suppressed because it is too large Load Diff
+7 -2
View File
@@ -1,9 +1,14 @@
{
"name": "openswarm-e2e",
"private": true,
"description": "Cross-platform end-to-end tests that drive the PACKAGED OpenSwarm desktop app (Electron) on macOS and Windows via Playwright.",
"description": "Cross-platform end-to-end tests that drive the PACKAGED OpenSwarm desktop app (Electron) on macOS and Windows via Playwright, plus an MCP server that hands a Claude Code instance the same Playwright hand to drive the app interactively.",
"scripts": {
"test": "playwright test"
"test": "playwright test",
"mcp": "node mcp/electron-mcp.js",
"mcp:selftest": "node mcp/selftest.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0"
},
"devDependencies": {
"@playwright/test": "1.49.1"