Skip to main content
Glama

Intlayer

vitest.config.ts960 B
import react from '@vitejs/plugin-react'; import tsconfigPaths from 'vite-tsconfig-paths'; import { defineConfig } from 'vitest/config'; const testFiles = ['./**/*.test.{js,jsx,ts,tsx}']; export default defineConfig({ plugins: [ tsconfigPaths(), react({ // fastRefresh: false, }), ], test: { globals: true, environment: 'jsdom', passWithNoTests: true, /* deps: { experimentalOptimizer: { enabled: true, }, }, */ coverage: { provider: 'v8', reporter: ['text', 'clover'], extension: ['js', 'jsx', 'ts', 'tsx'], all: true, }, // To mimic Jest behaviour regarding mocks. // @link https://vitest.dev/config/#clearmocks clearMocks: true, mockReset: true, restoreMocks: true, include: testFiles, exclude: [ '**/node_modules/**', '**/dist/**', '**/.next/**', '**/.{idea,git,cache,output,temp}/**', ], }, });

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/aymericzip/intlayer'

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