Skip to main content
Glama

Currents

Official
by currents-dev
playwright.config.ts658 B
import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ timeout: 30000, expect: { timeout: 5000 }, fullyParallel: true, forbidOnly: !!process.env.CI, retries: process.env.CI ? 2 : 0, workers: process.env.CI ? 1 : undefined, reporter: 'html', use: { actionTimeout: 0, baseURL: 'http://localhost:4200', trace: 'on-first-retry', }, webServer: { command: 'npm run start', port: 4200, reuseExistingServer: !process.env.CI, }, projects: [ { name: 'chromium', use: { ...devices['Desktop Chrome'], }, testMatch: 'todo.spec.ts', }, ], });

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/currents-dev/currents-mcp'

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