Detach graph viewer from MCP transport
This commit is contained in:
parent
5e77cd2adb
commit
f6b9816ffd
10 changed files with 369 additions and 22 deletions
|
|
@ -74,8 +74,9 @@ Viewport interaction is entirely client-side: wheel zoom, left-button drag pan,
|
|||
buttons, and reset never request or mutate project data. Graph-node activation fetches exact node
|
||||
data from the same bounded read endpoint and opens a client-side modal inspector. Replacing the
|
||||
current root requires the modal's explicit Explore neighborhood action. The open browser renews a
|
||||
bounded lease so standard-input transaction completion does not close the listener; explicit
|
||||
process termination still closes it, and abandoned pages expire.
|
||||
bounded lease in a detached local worker, so standard-input transaction completion does not close
|
||||
the listener. The worker tracks the longer-lived MCP client host and closes when that owner exits.
|
||||
Explicit service shutdown closes its tracked worker, and abandoned pages expire.
|
||||
|
||||
## Excluded tools
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue