Go all in on stdio and gate all the tools behind the launch tool (#264088)

* Removes HTTP logic
* enable/disables automation tools based on if app is opened
* kill and re-create the playwright server based on if app is opened
This commit is contained in:
Tyler James Leonhardt
2025-08-29 14:41:01 -07:00
committed by GitHub
parent b2fb4accc4
commit f1a5fb082b
25 changed files with 372 additions and 518 deletions

View File

@@ -9,7 +9,6 @@
"watch-automation": "cd ../automation && npm run watch",
"watch-mcp": "node ../../node_modules/typescript/bin/tsc --watch --preserveWatchOutput",
"watch": "npm-run-all -lp watch-automation watch-mcp",
"start-http": "npm run -s compile && node ./out/main.js",
"start-stdio": "npm run -s compile && node ./out/stdio.js"
},
"dependencies": {