MCPcopy Index your code
hub / github.com/TanStack/ai / usesToolBridge

Function usesToolBridge

examples/sandbox-web/src/sandbox-agent.ts:229–231  ·  view source on GitHub ↗
(provider: ProviderName)

Source from the content-addressed store, hash-verified

227 * `host.docker.internal`) without a tunnel.
228 */
229export function usesToolBridge(provider: ProviderName): boolean {
230 return PROVIDERS[provider].toolBridge
231}
232
233/**
234 * Whether host tools can be bridged for this provider on this run. Same-machine

Callers 2

isBridgeReachableFunction · 0.85
needsNgrokBridgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected