Skip to main content
Glama
vitest.config.ts429 B
import { defineConfig, mergeConfig } from 'vitest/config'; import rootConfig from '../../vitest.config'; /** * CLI package Vitest configuration * Extends root config with CLI-specific settings */ export default mergeConfig( rootConfig, defineConfig({ test: { // CLI-specific test patterns include: [ 'tests/**/*.test.ts', 'tests/**/*.spec.ts', 'src/**/*.test.ts', 'src/**/*.spec.ts' ] } }) );

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