Deprecated: Injected MCP in AI Bridge is deprecated and will be removed in a future release.
| 37 | |
| 38 | // Deprecated: Injected MCP in AI Bridge is deprecated and will be removed in a future release. |
| 39 | type MCPProxyFactory struct { |
| 40 | logger slog.Logger |
| 41 | tracer trace.Tracer |
| 42 | clientFn ClientFunc |
| 43 | } |
| 44 | |
| 45 | func NewMCPProxyFactory(logger slog.Logger, tracer trace.Tracer, clientFn ClientFunc) *MCPProxyFactory { |
| 46 | return &MCPProxyFactory{ |
nothing calls this directly
no outgoing calls
no test coverage detected