Skip to main content
Glama

brain-trust

by bernierllc
playwright.config.tsโ€ข494 B
import { defineConfig, devices } from '@playwright/test'; import * as dotenv from 'dotenv'; dotenv.config(); export default defineConfig({ testDir: './tests-e2e', timeout: 60_000, expect: { timeout: 10_000 }, use: { baseURL: process.env.BASE_URL || 'http://localhost:8000', trace: 'on-first-retry', screenshot: 'only-on-failure', video: 'retain-on-failure', }, projects: [ { name: 'chromium', use: { ...devices['Desktop Chrome'] }, }, ], });

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/bernierllc/brain-trust-mcp'

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