-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 777 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@hyperpolymath/boj-server",
"version": "0.4.6",
"description": "Bundle of Joy (BoJ) MCP Server — cartridge-based DevOps + multi-agent coordination toolkit with 100 domain cartridges (database, container, git, k8s, observability, secrets, IaC, multi-instance AI coord, and more). Formally verified (Idris2) core; MPL-2.0.",
"license": "MPL-2.0",
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
"repository": {
"type": "git",
"url": "https://github.com/hyperpolymath/boj-server.git"
},
"type": "module",
"bin": {
"boj-server": "mcp-bridge/main.js"
},
"scripts": {
"start": "deno run -A mcp-bridge/main.js",
"test": "node --test mcp-bridge/tests/dispatch_test.js"
},
"engines": {
"node": ">=18.0.0"
}
}