Cocos MCP Log Bridge

by czh2774
Verified
/** * 测试命令 */ export function testCommand() { console.log('Test command executed!'); // 输出日志 console.log('Log Bridge is running!'); console.warn('WebSocket server started'); console.error('Ready to receive connections'); }