warmplane 0.23.0

Local control plane that keeps MCP sessions warm with compact capability/resource/prompt facades.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "warmplane-ui",
  "version": "0.23.0",
  "private": true,
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "bun build ./src/main.ts --outfile=./dist/bundle.js --minify && bun run ./build.ts"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.0.0"
  }
}