MCPcopy
hub / github.com/BuilderIO/agent-native / get

Method get

packages/core/src/adapters/cli/registry.ts:23–25  ·  view source on GitHub ↗

Get an adapter by name. Returns undefined if not registered.

(name: string)

Source from the content-addressed store, hash-verified

21
22 /** Get an adapter by name. Returns undefined if not registered. */
23 get(name: string): CliAdapter | undefined {
24 return this.adapters.get(name);
25 }
26
27 /** List all registered adapters. */
28 list(): CliAdapter[] {

Callers 15

SlotPickerFunction · 0.80
assignRoundRobinFunction · 0.80
lowestBookingsFunction · 0.80
computeAvailableSlotsFunction · 0.80
hydrateScheduleFunction · 0.80
getCalendarProviderFunction · 0.80
getVideoProviderFunction · 0.80
getSmsProviderFunction · 0.80
createFetchToolEntryFunction · 0.80
handleToolDataListFunction · 0.80
handleToolDataDeleteFunction · 0.80

Calls

no outgoing calls

Tested by 4

createFakeWindowFunction · 0.64
dispatchDocumentFunction · 0.64
dispatchWindowFunction · 0.64
testFunction · 0.64