()
| 228 | }; |
| 229 | } |
| 230 | function getOrBind(): Binding { |
| 231 | if (binding) return binding; |
| 232 | const ctx = buildSessionContext(); |
| 233 | binding = { |
| 234 | ctx, |
| 235 | dispatch: bindSessionContext(getComputerUseHostAdapter(), getChicagoCoordinateMode(), ctx) |
| 236 | }; |
| 237 | return binding; |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Returns the full override object for a single `mcp__computer-use__{toolName}` |
no test coverage detected