Skip to content

Commit 9cded89

Browse files
Merge pull request #12 from hyperpolymath/fix/glama-root-entrypoint
fix: root package.json for Glama tool detection
2 parents d4e9322 + 29b9e38 commit 9cded89

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "@hyperpolymath/boj-server",
3+
"version": "0.2.0",
4+
"description": "Bundle of Joy (BoJ) MCP Server — cartridge-based DevOps toolkit with 18 domain cartridges (database, container, git, k8s, observability, secrets, IaC, and more)",
5+
"license": "MPL-2.0",
6+
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/hyperpolymath/boj-server.git"
10+
},
11+
"keywords": [
12+
"mcp",
13+
"mcp-server",
14+
"devops",
15+
"containers",
16+
"kubernetes",
17+
"database",
18+
"git",
19+
"observability",
20+
"iac",
21+
"secrets"
22+
],
23+
"type": "module",
24+
"bin": {
25+
"boj-server": "./mcp-bridge/main.js"
26+
},
27+
"main": "./mcp-bridge/main.js",
28+
"files": [
29+
"mcp-bridge/main.js"
30+
],
31+
"engines": {
32+
"node": ">=18.0.0"
33+
}
34+
}

0 commit comments

Comments
 (0)