// Quick test to verify the server compiles and runs
console.log('Testing MCP server...');
// Test that the built server can be imported
import('./dist/index.js').then(() => {
console.log('✅ Server compiled successfully!');
process.exit(0);
}).catch((error) => {
console.error('❌ Error importing server:', error);
process.exit(1);
});
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/srafi26/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server