Skip to content

Commit 8e1a519

Browse files
hyperpolymathclaude
andcommitted
feat: add Groove discovery manifest
Exposes: bot-orchestration, workflow. Consumes: octad-storage, scanning, theorem-proving. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 361bb39 commit 8e1a519

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.well-known/groove/manifest.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"groove_version": "1",
3+
"service_id": "boj-server",
4+
"service_version": "0.1.0",
5+
"capabilities": {
6+
"bot-orchestration": {
7+
"type": "bot-orchestration",
8+
"description": "MCP server and cartridge orchestration hub",
9+
"protocol": "http",
10+
"endpoint": "/api/cartridges",
11+
"requires_auth": false,
12+
"panel_compatible": true
13+
},
14+
"workflow": {
15+
"type": "workflow",
16+
"description": "Automated workflow execution via cartridge runners",
17+
"protocol": "http",
18+
"endpoint": "/api/run",
19+
"requires_auth": false,
20+
"panel_compatible": true
21+
}
22+
},
23+
"consumes": ["octad-storage", "scanning", "theorem-proving"],
24+
"endpoints": {
25+
"health": "/health",
26+
"groove": "/.well-known/groove",
27+
"mcp": "/mcp",
28+
"sse": "/sse"
29+
},
30+
"health": "/health",
31+
"applicability": ["individual", "team"]
32+
}

0 commit comments

Comments
 (0)