Skip to main content
Glama

docs-mcp-server

vitest.config.ts569 B
import { defineConfig } from "vitest/config"; export default defineConfig({ define: { // Define PostHog API key for telemetry - empty for tests '__POSTHOG_API_KEY__': JSON.stringify(''), }, test: { globals: true, environment: "node", testTimeout: 30000, // 30 seconds for network operations include: ["test/**/*.test.ts"], // // Allow parallel execution with reasonable concurrency // maxConcurrency: 5, // Limit concurrent tests to be respectful to target sites // Add retry for flaky network tests // retry: 1, }, });

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/arabold/docs-mcp-server'

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