MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / getProtection

Method getProtection

mcp/src/client.ts:125–127  ·  view source on GitHub ↗
(explicitAddress?: string)

Source from the content-addressed store, hash-verified

123 }
124
125 getProtection(explicitAddress?: string): Promise<ProtectionConfigView> {
126 return this.sdk.agents.getProtection(this.resolveAddress(explicitAddress));
127 }
128
129 updateProtection(
130 config: ProtectionConfigView,

Callers 1

registerAgentToolsFunction · 0.45

Calls 1

resolveAddressMethod · 0.95

Tested by

no test coverage detected