MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / getFormatsProfile

Method getFormatsProfile

server/src/formats.ts:100–102  ·  view source on GitHub ↗
(agentUrl: string)

Source from the content-addressed store, hash-verified

98 }
99
100 getFormatsProfile(agentUrl: string): AgentFormatsProfile | undefined {
101 return this.cache.get(agentUrl);
102 }
103
104 getAllFormatsProfiles(): AgentFormatsProfile[] {
105 return Array.from(this.cache.values());

Callers 1

formats.test.tsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected