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

Function withMCP

aibridge/internal/integrationtest/setupbridge.go:118–120  ·  view source on GitHub ↗

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

(p mcp.ServerProxier)

Source from the content-addressed store, hash-verified

116
117// withMCP sets the MCP server proxier (default: NoopMCPManager).
118func 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.
123func withActor(id string, md recorder.Metadata) bridgeOption {

Calls

no outgoing calls