Skip to main content
Glama

Cocos MCP Log Bridge

by czh2774
test.js396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testCommand = void 0; /** * 测试命令 */ function testCommand() { console.log('Test command executed!'); // 输出日志 console.log('Log Bridge is running!'); console.warn('WebSocket server started'); console.error('Ready to receive connections'); } exports.testCommand = testCommand;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/czh2774/cocosMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server