Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Cocos MCP Log Bridge
by
czh2774
Verified
npm
GitHub
Developer Tools
Monitoring
Python
MIT License
121
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
cocosMCP
Editor
Commands
Editor/Commands/SceneCommands.ts
Editor/Commands/test.ts
/** * 测试命令 */ 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'); }