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
+6 -3
View File
@@ -15,9 +15,12 @@ If `--config` is omitted, `wf_mcp.config.json` is used.
`--local` still uses the selected `--config` file. For neutral workflow configs,
it builds the configured server in the CLI process, including configured Python
sources and other local source providers. Use `--url` when you want to force the
CLI to talk to an already-running `wf-rpc-server`; `--local` and `--url` are
mutually exclusive.
sources and other source providers. Local means "same-process workflow server",
not "local-only source transports": configured MCP HTTP/stdio sources may still
open external transports from inside the CLI process. The configured durable
store is reused, but a running server's in-memory source sessions/runtime pools
are not reused. Use `--url` when you want to force the CLI to talk to an
already-running `wf-rpc-server`; `--local` and `--url` are mutually exclusive.
## Remote Server