docs: clarify local cli server semantics
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user