UNPKG

@hrrrsn/mcp-vnc

Version:

Model Context Protocol (MCP) server enabling AI agents to control remote desktops

4 lines (3 loc) 186 B
// src/tools/index.ts export { handleClick, handleMoveMouse, handleKeyPress, handleTypeText, handleTypeMultiline } from './input.js'; export { handleScreenshot } from './screenshot.js';