feat: route mcp runtime prompt gets

This commit is contained in:
lda
2026-06-07 19:13:23 +07:00 Verified
parent f89801e7a8
commit b6bdae2020
7 changed files with 130 additions and 4 deletions
@@ -116,8 +116,11 @@ First slices should move leaf modules only and leave `wf_mcp` re-export shims:
only `call_tool`; non-tool methods require a separate public-surface slice.
11. Complete: persistent MCP runtime can route `read_resource` through the
owner-task queue and `McpSourceClient`. Runtime still does not expose
`get_prompt`, raw method invocation, or notifications.
12. Upstream transport/discovery/session services.
raw method invocation, notifications, or discovery list operations.
12. Complete: persistent MCP runtime can route `get_prompt` through the
owner-task queue and `McpSourceClient`. Runtime still does not expose raw
method invocation, notifications, or discovery list operations.
13. Upstream transport/discovery/session services.
Each slice should add import-direction tests so the new source-provider package
does not depend on `wf_mcp.workflow_surface`, `wf_mcp.admin_surface`,