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