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

Method getDomain

mcp/src/client.ts:354–356  ·  view source on GitHub ↗
(domain: string)

Source from the content-addressed store, hash-verified

352 }
353
354 getDomain(domain: string): Promise<DomainView> {
355 return this.sdk.domains.get(domain);
356 }
357
358 registerDomain(domain: string): Promise<DomainView> {
359 return this.sdk.domains.create({ domain });

Callers 2

registerDomainToolsFunction · 0.45
sdk-shape.test.tsFile · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected