MCPcopy Create free account
hub / github.com/coder/aibridge / withMCP

Function withMCP

internal/integrationtest/setupbridge.go:117–119  ·  view source on GitHub ↗

withMCP sets the MCP server proxier (default: NoopMCPManager).

(p mcp.ServerProxier)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls