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

Method agent

server/tests/unit/formats.test.ts:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7vi.mock('@adcp/client', () => ({
8 AdCPClient: class MockAdCPClient {
9 agent() {
10 return {
11 executeTask: mockExecuteTask,
12 };
13 }
14 },
15}));
16

Callers 10

tryMCPMethod · 0.80
tryMCPValidationMethod · 0.80
validateBrandAgentMethod · 0.80
handleToolCallMethod · 0.80
getPropertiesForAgentMethod · 0.80
getFormatsForAgentMethod · 0.80
discoverMCPToolsMethod · 0.80
discoverA2AToolsMethod · 0.80
createMemberToolHandlersFunction · 0.80
executeTaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected