docs: start hub-core MCP base server

This commit is contained in:
2026-06-07 00:51:02 +02:00
parent 5db039a1f7
commit 02e33dab8b
2 changed files with 13 additions and 5 deletions

View File

@@ -195,7 +195,7 @@ and T08 State Hub import refactoring to begin.
```task
id: CUST-WP-0025-T06
status: todo
status: in_progress
priority: high
state_hub_task_id: "6b49d94a-b1ea-4507-a8a3-e27c1a918491"
```
@@ -210,6 +210,13 @@ Add a base MCP server class to hub-core that provides the ~17 generic tools:
Domain-specific hubs inherit and add their own tools.
Implementation start (2026-06-07): added `HubCoreMCPServer` in
`/home/worsch/hub-core` as a thin FastMCP wrapper over hub-core REST endpoints.
The base class registers generic tools for domains, messages, capability
catalog/requests, repos, TPSC, and progress. DoI tools remain a follow-up
because the DoI cache/evaluator still lives in State Hub and has not yet moved
into hub-core.
### T07 — FOS §10 risk and alert tools
```task