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

Function runWebRequest

packages/core/src/tools/fetch-tool.spec.ts:9–12  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

7 });
8
9 async function runWebRequest(url: string) {
10 const entry = createFetchToolEntry()["web-request"];
11 return entry.run({ url });
12 }
13
14 it.each([
15 "http://localhost:3000/_agent-native/actions/x",

Callers 1

fetch-tool.spec.tsFile · 0.85

Calls 2

createFetchToolEntryFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected