UNPKG

mcp-serpapi

Version:

A utility for the Model Context Protocol (MCP) to interact with SerpApi.

20 lines (19 loc) 595 B
export declare const bingImagesFieldsSchema: { readonly name: "bing_images"; readonly description: "Search images using Bing"; readonly params: {}; }; export declare const bingSearchFieldsSchema: { readonly name: "bing"; readonly description: "Search the web using Bing"; readonly params: {}; }; export declare const BingSchemas: readonly [{ readonly name: "bing_images"; readonly description: "Search images using Bing"; readonly params: {}; }, { readonly name: "bing"; readonly description: "Search the web using Bing"; readonly params: {}; }];