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