Skip to main content
Glama
Apache 2.0
845
2,105
  • Apple
vitest.config.ts539 B
import { configDefaults, defineConfig } from 'vitest/config'; import { textLoaderPlugin } from './test/plugins/text-loader.js'; export default defineConfig({ plugins: [textLoaderPlugin('.sql')], test: { setupFiles: ['./vitest.setup.ts'], testTimeout: 30_000, // PGlite can take a while to initialize coverage: { reporter: ['text', 'lcov'], reportsDirectory: 'test/coverage', include: ['src/**/*.{ts,tsx}'], exclude: [...configDefaults.coverage.exclude!, 'src/transports/stdio.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/supabase-community/mcp-supabase'

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