Skip to main content
Glama

MCP Design System Extractor

vitest.config.ts751 B
import { defineConfig } from 'vitest/config'; import path from 'path'; export default defineConfig({ test: { globals: true, environment: 'node', setupFiles: ['./tests/setup.ts'], coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], exclude: [ 'node_modules/**', 'dist/**', '**/*.d.ts', '**/*.config.*', '**/mockData.ts', 'tests/**', 'scripts/**', ], thresholds: { branches: 80, functions: 80, lines: 80, statements: 80, }, }, include: ['tests/**/*.test.ts'], exclude: ['node_modules', 'dist'], }, resolve: { alias: { '@': path.resolve(__dirname, './src'), }, }, });

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/freema/mcp-design-system-extractor'

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