Skip to main content
Glama

quran-mcp-server

by djalal
server.test.ts690 B
/** * Basic tests for Quran.com API MCP server */ // Simple test to verify Jest is working with TypeScript describe('Basic Tests', () => { it('should pass a simple test', () => { expect(1 + 1).toBe(2); }); it('should handle async tests', async () => { const result = await Promise.resolve(42); expect(result).toBe(42); }); }); // Placeholder tests for future implementation describe('API Endpoints', () => { it('should have tests for chapters endpoint', () => { // This is a placeholder test expect(true).toBe(true); }); it('should have tests for verses endpoint', () => { // This is a placeholder test expect(true).toBe(true); }); });

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/djalal/quran-mcp-server'

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