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

@@ -77,6 +77,8 @@ Current implementation status:
- 2026-06-07: progress and capability REST router factories were added. T05 now
has the package-side models, schemas, routers, migration scaffold, and shared
utilities needed before T06/T08.
- 2026-06-07: `HubCoreMCPServer` was added as the first T06 slice. It wraps the
generic REST endpoints with FastMCP tools and keeps the MCP layer stateless.
## Extract Now
@@ -184,7 +186,6 @@ to import it:
## Next Step
Create the `/home/worsch/hub-core` package with only the first package slice,
commit that seed independently, then return to `/home/worsch/state-hub` for the
first import-based refactor. Do not rename State Hub to dev-hub until T05-T08
prove the shared package boundary.
Continue T06 by adding DoI and FOS §10 risk/alert surfaces, then return to
`/home/worsch/state-hub` for the first import-based refactor. Do not rename
State Hub to dev-hub until T05-T08 prove the shared package boundary.