close_session is end_browser, and it keeps the session
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Administration: End browser lives in the detail toolbar
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
A flow session is the thing; a browser is something it holds
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Administration: ending a session by hand, and the browser marks
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Add the manual: installing, deployment, sessions, administration, actions
Focused on using and installing this, not on notes about building it. The README
is the tour and is capped at Docker Hub's 25,000 bytes; this is where depth goes.
The fourteen action pages are generated by scripts/generate_wiki.py from
openapi.yaml, which is itself generated from the live MCP tool schemas. Hand
written, they would be wrong within a month and each would drift into its own
format; generated, they share one shape and cannot describe a server that is not
the one that shipped. Prose a schema cannot express goes in notes/<tool>.md and
is included into the page, so regenerating never flattens it.
_Sidebar.md and _Footer.md are the GitHub wiki special pages, rendered on every
page — the sidebar is the only navigation a wiki has, since pages cannot be
grouped into folders.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>