mcp-serpapi
Version:
A utility for the Model Context Protocol (MCP) to interact with SerpApi.
11 lines (10 loc) • 320 B
TypeScript
export declare const baiduSearchFieldsSchema: {
readonly name: "baidu";
readonly description: "Search the web using Baidu";
readonly params: {};
};
export declare const BaiduSchemas: readonly [{
readonly name: "baidu";
readonly description: "Search the web using Baidu";
readonly params: {};
}];