MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / search

Method search

src/tools/web/types.ts:31–31  ·  view source on GitHub ↗

* Run the search. Should throw on transport-level failure (network, parse), not on * "zero results" — zero results is a valid empty array.

(query: string, opts: SearchOptions)

Source from the content-addressed store, hash-verified

29 * "zero results" — zero results is a valid empty array.
30 */
31 search(query: string, opts: SearchOptions): Promise<WebSearchResult[]>;
32}
33
34export interface SearchOptions {

Callers 4

executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
extractOutlineFunction · 0.65

Implementers 4

FirecrawlBackendsrc/tools/web/firecrawl.ts
TavilyBackendsrc/tools/web/tavily.ts
DuckDuckGoBackendsrc/tools/web/duckduckgo.ts
BraveBackendsrc/tools/web/brave.ts

Calls

no outgoing calls

Tested by

no test coverage detected