mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
[eric] build: add the mcp sdk dep plus lockfile the gui hand needs
This commit is contained in:
Generated
+1143
File diff suppressed because it is too large
Load Diff
+7
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user