()
| 264 | } |
| 265 | |
| 266 | function getOrBind(): Binding { |
| 267 | if (binding) return binding; |
| 268 | const ctx = buildSessionContext(); |
| 269 | binding = { |
| 270 | ctx, |
| 271 | dispatch: bindSessionContext(getComputerUseHostAdapter(), getChicagoCoordinateMode(), ctx), |
| 272 | }; |
| 273 | return binding; |
| 274 | } |
| 275 | |
| 276 | /** |
| 277 | * Returns the full override object for a single `mcp__computer-use__{toolName}` |
no test coverage detected