camoufox-mcp-server
Version:
MCP server for browser automation using Camoufox - a privacy-focused Firefox fork with advanced anti-detection features
4 lines (3 loc) • 588 B
JavaScript
export { anyOutputSchema } from "./schema/primitives.js";
export { findOutputSchema, formsOutputSchema, linksOutputSchema, networkSummaryOutputSchema, outlineOutputSchema, statusOutputSchema, } from "./schema/output.js";
export { browseToolShape, consoleToolShape, findToolShape, formsToolShape, linksToolShape, networkSummaryToolShape, outlineToolShape, screenshotToolShape, sequenceToolShape, sessionActionToolShape, sessionCloseToolShape, sessionNavigateToolShape, sessionResumeToolShape, sessionSnapshotToolShape, sessionStartToolShape, snapshotToolShape, } from "./schema/tools.js";