Skip to main content
Glama

Hats Protocol MCP Server

vitest.config.ts945 B
import { defineConfig } from 'vitest/config'; import { resolve } from 'path'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['test/**/*.test.ts'], exclude: ['node_modules', 'dist', 'coverage'], coverage: { provider: 'v8', reporter: ['text', 'json', 'html', 'lcov'], exclude: [ 'node_modules', 'dist', 'test', '**/*.test.ts', '**/*.spec.ts', 'vitest.*.ts', '**/*.d.ts', '**/types/**' ], thresholds: { branches: 80, functions: 80, lines: 80, statements: 80 } }, testTimeout: 30000, hookTimeout: 30000, teardownTimeout: 10000, isolate: true, mockReset: true, restoreMocks: true, clearMocks: true }, resolve: { alias: { '@': resolve(__dirname, './src'), '@test': resolve(__dirname, './test') } } });

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/dennisonbertram/mcp-hats'

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