Interface: BridgeOptions
Defined in: src/tollgate/proxy/bridge.ts:41Properties
approvalTimeout?
auditPath?
config
disableSessions?
dryRun?
- Policies are fully evaluated
- Prompts are shown (if policy requires)
- Audit logs are written
- BUT tool calls are NOT forwarded to the upstream server
failureMode?
- ‘fail-closed’: Deny all requests when upstream is down (default)
- ‘fail-open’: Allow all requests when upstream is down
- ‘fail-readonly’: Only allow read operations when upstream is down