Skip to content

Commit 7255afc

Browse files
hyperpolymathclaude
andcommitted
fix: add .mcp.json for Glama server inspection
Adds the MCP configuration file that Glama uses to discover how to launch and inspect the server. Declares the 5 MCP tools and the node command entry point. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9cded89 commit 7255afc

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.mcp.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "boj-server",
3+
"version": "0.2.0",
4+
"description": "Bundle of Joy (BoJ) MCP Server — cartridge-based DevOps toolkit with 18 domain cartridges",
5+
"command": "node",
6+
"args": ["mcp-bridge/main.js"],
7+
"env": {
8+
"BOJ_URL": "http://localhost:7700"
9+
},
10+
"tools": [
11+
{
12+
"name": "boj_health",
13+
"description": "Check BoJ server health status"
14+
},
15+
{
16+
"name": "boj_menu",
17+
"description": "List all BoJ cartridges with their domains, protocols, tiers, and availability"
18+
},
19+
{
20+
"name": "boj_cartridges",
21+
"description": "Show the BoJ cartridge matrix — protocol x domain grid"
22+
},
23+
{
24+
"name": "boj_cartridge_info",
25+
"description": "Get detailed information about a specific BoJ cartridge"
26+
},
27+
{
28+
"name": "boj_cartridge_invoke",
29+
"description": "Invoke a BoJ cartridge operation"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)