wf reorg 6 remove pub uses

This commit is contained in:
lda
2026-05-08 22:19:04 +07:00 Verified
parent 8cb4e213d9
commit ea578d2e98
33 changed files with 19 additions and 215 deletions
-4
View File
@@ -16,10 +16,6 @@ overhead before the APIs settle.
| `wf_mcp.storage` | Persist auth records and catalog snapshots. |
| `wf_mcp.shared` | Pure helpers used across concerns, such as names, pagination, and error payloads. |
Root modules such as `wf_mcp.store`, `wf_mcp.service`, and
`wf_mcp.mcp_sdk_adapter` are compatibility shims. New internal imports should
prefer the concern package directly.
The root `wf_mcp` package is a small public facade for common user entrypoints,
not a dump of every internal helper. If a caller needs broker internals, SDK
adapter protocols, proxy admin pieces, or shared name parsing, import the