withTracer overrides the default tracer.
(t trace.Tracer)
| 111 | |
| 112 | // withTracer overrides the default tracer. |
| 113 | func withTracer(t trace.Tracer) bridgeOption { |
| 114 | return func(c *bridgeConfig) { c.tracer = t } |
| 115 | } |
| 116 | |
| 117 | // withMCP sets the MCP server proxier (default: NoopMCPManager). |
| 118 | func withMCP(p mcp.ServerProxier) bridgeOption { |
no outgoing calls