withMCP sets the MCP server proxier (default: NoopMCPManager).
(p mcp.ServerProxier)
| 116 | |
| 117 | // withMCP sets the MCP server proxier (default: NoopMCPManager). |
| 118 | func withMCP(p mcp.ServerProxier) bridgeOption { |
| 119 | return func(c *bridgeConfig) { c.mcpProxy = p } |
| 120 | } |
| 121 | |
| 122 | // withActor sets the actor ID and metadata for the BaseContext. |
| 123 | func withActor(id string, md recorder.Metadata) bridgeOption { |
no outgoing calls