Skip to content

Commit 29b9e38

Browse files
hyperpolymathclaude
andcommitted
fix: add root package.json for Glama tool detection
Move package.json to repo root (pointing to mcp-bridge/main.js) so Glama and npx can discover the MCP entry point without navigating into subdirectories. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d4e9322 commit 29b9e38

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)