From 5047a141c45d18ef23ddd369fb262ecac867da11 Mon Sep 17 00:00:00 2001 From: main Date: Thu, 19 Mar 2026 23:43:00 -0400 Subject: Broaden UI target path resolution --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dbd78c6..b5fae60 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,13 @@ cargo run -p fidget-spinner-cli -- mcp serve Serve the minimal local navigator: ```bash -cargo run -p fidget-spinner-cli -- ui serve --project . --bind 127.0.0.1:8913 +cargo run -p fidget-spinner-cli -- ui serve --path . --bind 127.0.0.1:8913 ``` +`ui serve --path` is permissive: it accepts the project root, the +`.fidget_spinner/` directory itself, descendants inside that directory, or a +parent directory containing one unique descendant store. + Then bind the session from the client with: ```json -- cgit v1.2.3