Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
vi.mock(
'@adcp/client'
, () => ({
8
AdCPClient:
class
MockAdCPClient {
9
agent() {
10
return
{
11
executeTask: mockExecuteTask,
12
};
13
}
14
},
15
}));
16
Callers
10
tryMCP
Method · 0.80
tryMCPValidation
Method · 0.80
validateBrandAgent
Method · 0.80
handleToolCall
Method · 0.80
getPropertiesForAgent
Method · 0.80
getFormatsForAgent
Method · 0.80
discoverMCPTools
Method · 0.80
discoverA2ATools
Method · 0.80
createMemberToolHandlers
Function · 0.80
executeTask
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected