bridge property
BundleSessionBridge?
bridge
final
Optional bridge. When present (with a non-null session) every
callTool dispatches inside bridge.runScoped(session, ...),
so the in-process handler's DispatchContext.scopeId lookups
auto-prefix local ids with the active session's bundleId.
Pre-bridge AppPlayer hosts (or tests) leave both null and
dispatch falls back to direct callInProcess.
Implementation
final BundleSessionBridge? bridge;