Skip to main content
Glama

Design Patterns MCP Server

by apolosan
vitest.config.tsโ€ข521 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'node', globals: true, setupFiles: ['./tests/setup.ts'], include: ['tests/**/*.{test,spec}.ts'], exclude: ['node_modules', 'dist'], testTimeout: 30000, // 30 seconds for long-running tests hookTimeout: 30000, coverage: { reporter: ['text', 'json', 'html'], exclude: ['node_modules/', 'dist/', 'tests/'], }, }, resolve: { alias: { '@': './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/apolosan/design_patterns_mcp'

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