Skip to main content
Glama
example.spec.ts577 B
import { test, expect } from '@playwright/test'; /** * Example Playwright E2E test * * This is a placeholder - customize based on your actual needs */ test.describe('MCP Gateway E2E', () => { test.skip('should handle basic health check', async ({ page }) => { // Example: If gateway had a web UI or health endpoint // await page.goto('http://localhost:3000'); // await expect(page.locator('h1')).toContainText('AI MCP Gateway'); // This is just a skeleton - adapt to your actual use case 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/babasida246/ai-mcp-gateway'

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