diff options
| author | main <main@swarm.moe> | 2026-03-19 23:43:00 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 23:43:00 -0400 |
| commit | 5047a141c45d18ef23ddd369fb262ecac867da11 (patch) | |
| tree | 3a3d34f503c4666ddcc6647cc6b4034197a02a26 /README.md | |
| parent | c85b9d197532e024559e392695a5fb6064f5d8b7 (diff) | |
| download | fidget_spinner-5047a141c45d18ef23ddd369fb262ecac867da11.zip | |
Broaden UI target path resolution
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |