MCPcopy Create free account
hub / github.com/compozy/agh / mcpAuthProvider

Method mcpAuthProvider

internal/daemon/native_tools.go:1130–1135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1128}
1129
1130func (n *daemonNativeTools) mcpAuthProvider() toolspkg.MCPAuthStatusProvider {
1131 if n == nil || n.deps.MCPAuth == nil {
1132 return nil
1133 }
1134 return n.deps.MCPAuth()
1135}
1136
1137func (n *daemonNativeTools) automationManager() core.AutomationManager {
1138 if n == nil || n.deps == nil {

Callers 3

mcpStatusMethod · 0.95
mcpAuthStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected