Skip to main content
Glama
vitest.config.e2e.ts464 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['tests/e2e/**/*.test.ts'], testTimeout: 300000, // 5 minutes default (individual tests can override) hookTimeout: 180000, // 3 minutes for device launch pool: 'forks', poolOptions: { forks: { singleFork: true, // Sequential execution to prevent resource conflicts }, }, }, });

Latest Blog Posts

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/abd3lraouf/specter-mcp'

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