1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Detach graph viewer from MCP transport

This commit is contained in:
Andraxion 2026-07-24 22:07:33 -04:00
parent 5e77cd2adb
commit f6b9816ffd
10 changed files with 369 additions and 22 deletions

View file

@ -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