docs: clarify local cli server semantics

This commit is contained in:
lda
2026-06-15 05:01:49 +07:00 Verified
parent bd5cfee443
commit a6487225fa
4 changed files with 533 additions and 6 deletions
+2 -2
View File
@@ -151,8 +151,8 @@ def load_cli_context(
store = config.server.workflow_store
if not isinstance(store, FilesystemStoreConfig):
raise ValueError("local CLI target currently requires filesystem store")
# Uses config-aware builder so configured sources (Python, etc.) are
# composed in-process, matching wf-rpc-server behavior.
# Local means "same-process WorkflowServer", not "local-only sources".
# Configured MCP HTTP/stdio sources may still open external transports.
server = build_workflow_server_from_workflow_config(config)
return CliContext(
config_path=resolved_config_path,