UNPKG

rabbit-browser

Version:

Browser automation tool for detecting interactive elements on web pages

9 lines (8 loc) 235 B
/** * Model Context Protocol (MCP) integration for RabbitBrowser */ export { RabbitBrowserMcpServer } from "./server"; import * as cli from "./cli"; export { cli }; import * as httpServer from "./http-server"; export { httpServer };