You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify close() guard to match stdio.ts pattern
Use a _closed boolean flag instead of _closing, remove the snapshot
and try/catch per review feedback. Matches the existing pattern in
server/stdio.ts. Both tests still pass with this simpler approach.
0 commit comments