UNPKG

insite-mcp

Version:

MCP server for browser automation with 52 tools using Playwright

9 lines 258 B
/** * Tool definitions for Browser MCP Server */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Register all available tools with their schemas */ export declare function registerTools(): Tool[]; //# sourceMappingURL=index.d.ts.map