@mseep/hyperbrowser-mcp
Version:
Hyperbrowser Model Context Protocol Server
6 lines • 503 B
TypeScript
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
import { BingSearchToolParamSchemaType } from "./tool-types";
export declare function bingSearchTool({ query, numResults, sessionOptions, }: BingSearchToolParamSchemaType): Promise<CallToolResult>;
export declare const bingSearchToolName = "search_with_bing";
export declare const bingSearchToolDescription = "Search the web using Bing. This tool allows you to search the web using bing.com";
//# sourceMappingURL=bing-search.d.ts.map