Skip to main content
Glama
vitest.config.ts665 B
import { defineConfig } from 'vitest/config'; /** * Package-specific Vitest configuration for @tm/profiles * Only tests the profile classes, not the command definitions */ export default defineConfig({ test: { globals: true, environment: 'node', include: ['src/**/*.spec.ts', 'src/**/*.test.ts', 'tests/**/*.test.ts'], exclude: ['node_modules', 'dist'], coverage: { provider: 'v8', enabled: true, reporter: ['text'], // Only measure coverage for profile classes exclude: ['node_modules', 'dist', 'src/slash-commands/commands/**'], thresholds: { branches: 70, functions: 80, lines: 80, statements: 80 } } } });

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/eyaltoledano/claude-task-master'

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