Mission Control with OpenClaw hook - added simple API and updated configs
Some checks failed
CI / check (push) Has been cancelled
CI / installer (push) Has been cancelled
CI / e2e (push) Has been cancelled

This commit is contained in:
Neo
2026-02-20 12:13:36 +00:00
parent 1c8a531f6a
commit c56b173dcc
13 changed files with 347 additions and 13 deletions

13
simple-api-package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "simple-mission-control-api",
"version": "1.0.0",
"description": "Simple API for Mission Control",
"main": "simple-api.js",
"scripts": {
"start": "node simple-api.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5"
}
}