Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ isBrandfetchConfigured
Function
isBrandfetchConfigured
server/src/services/brandfetch.ts:165–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
163
* Check
if
Brandfetch is configured
164
*/
165
export
function
isBrandfetchConfigured(): boolean {
166
return
!!BRANDFETCH_API_KEY;
167
}
168
169
/**
170
* Fetch brand data from Brandfetch API
Callers
7
handleToolCall
Method · 0.85
createRegistryApiRouter
Function · 0.85
setupBrandEnrichmentRoutes
Function · 0.85
enrichBrand
Function · 0.85
expandHouse
Function · 0.85
researchDomain
Function · 0.85
createBrandToolHandlers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected