We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aakashH242/mcp-playwright'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•327 B
export * from "./base.js";
export * from "./console.js";
export * from "./interaction.js";
export * from "./navigation.js";
export * from "./response.js";
export * from "./screenshot.js";
export * from "./useragent.js";
// TODO: Add exports for other browser tools as they are implemented
// export * from './interaction.js';