Skip to main content
Glama
start-mcp-debug.js•894 B
#!/usr/bin/env node console.error('[DEBUG] MCP Server Starting...'); console.error('[DEBUG] Working directory:', process.cwd()); console.error('[DEBUG] Node version:', process.version); console.error('[DEBUG] Process args:', process.argv); // Add error handling process.on('uncaughtException', (error) => { console.error('[DEBUG] Uncaught Exception:', error); process.exit(1); }); process.on('unhandledRejection', (reason, promise) => { console.error('[DEBUG] Unhandled Rejection at:', promise, 'reason:', reason); process.exit(1); }); try { console.error('[DEBUG] Importing MCP server...'); await import('./dist/browser-automation-api-direct-save-v4.0.3.js'); console.error('[DEBUG] MCP server imported successfully'); } catch (error) { console.error('[DEBUG] Failed to import MCP server:', error); console.error('[DEBUG] Stack trace:', error.stack); process.exit(1); }

Latest Blog Posts

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/rkm097git/euconquisto-composer-mcp-poc'

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