MCPcopy Index your code
hub / github.com/coder/coder / MCPProxyFactory

Struct MCPProxyFactory

coderd/aibridged/mcp.go:39–43  ·  view source on GitHub ↗

Deprecated: Injected MCP in AI Bridge is deprecated and will be removed in a future release.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected