We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddb-mcp/ddb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { BrowserContext } from "playwright";
export declare function navigate(context: BrowserContext, url: string): Promise<string>;
export declare function interact(context: BrowserContext, action: "click" | "fill" | "screenshot", selector: string, value?: string): Promise<string>;
export declare function getCurrentPageContent(context: BrowserContext): Promise<string>;
//# sourceMappingURL=navigate.d.ts.map