- mcp/ subpackage: crafting-table-mcp (separate pip install) - Self-contained requests-based HTTP client (mirrors clawdforge_mcp pattern) - 8 tools: list_projects / register_project / run_audit / run_build / run_test / get_job / get_findings / draft_patch (stub) - draft_patch is stubbed — full impl lands in wave 3 / step 9 - tests/: client + tool coverage, 401/404 surfacing - Tools designed for LLM consumption; descriptions tuned for "when to use" guidance Spec: memory/spec-crafting-table.md
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"mcpServers": {
|
|
"crafting-table": {
|
|
"command": "crafting-table-mcp",
|
|
"env": {
|
|
"CRAFTING_TABLE_BASE_URL": "http://192.168.0.5:8810",
|
|
"CRAFTING_TABLE_TOKEN": "ct_REPLACE_ME"
|
|
}
|
|
}
|
|
}
|
|
}
|