UNPKG

visual-ui-debug-agent-mcp

Version:

VUDA: Visual UI Debug Agent - An autonomous MCP for visual testing and debugging of user interfaces

5 lines (4 loc) 217 B
// Simple test script to check if the package can be imported import { Server } from '@modelcontextprotocol/sdk/server/index.js'; console.log('MCP SDK is available'); console.log('Test script executed successfully');