(method, params)
| 155 | const bridge = createRuntimeNodeCodexAppServerBridge({ |
| 156 | ...bridgeConfig, |
| 157 | onNotification(method, params) { |
| 158 | notifyRuntimeNodeAgentBridgeEvent(runtime, method, params) |
| 159 | }, |
| 160 | }) |
| 161 | bridgeRegistrations.push({ bridge, unregister: registerRuntimeNodeServerProtocolAgentBridge(bridge, bridgeRegistry) }) |
| 162 | } |
nothing calls this directly
no test coverage detected