Skip to main content
Glama
vitest.config.ts779 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'node', globals: true, env: { NODE_ENV: 'test', }, coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], exclude: [ 'node_modules/**', 'build/**', 'dist/**', '**/*.d.ts', '**/*.config.ts', 'src/index.ts', // Entry point, tested via integration ], thresholds: { global: { branches: 80, functions: 80, lines: 80, statements: 80, }, }, }, include: ['src/**/*.test.ts', 'tests/**/*.test.ts'], exclude: ['node_modules/**', 'build/**', 'dist/**'], }, esbuild: { target: 'node18', }, });

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/jerichosequitin/Metabase'

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