Skip to main content
Glama
vitest.config.js649 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { globals: true, environment: 'node', setupFiles: ['./tests/helpers/setup.js'], include: ['tests/**/*.test.js'], exclude: ['tests/personal/**', 'node_modules/**'], testTimeout: 30000, hookTimeout: 30000, coverage: { provider: 'v8', reporter: ['text', 'html', 'lcov'], include: ['index.js', 'indexer.js', 'search.js', 'contacts.js', 'lib/**/*.js'], exclude: ['node_modules/**', 'tests/**', 'scripts/**'] }, pool: 'forks', poolOptions: { forks: { singleFork: true } } } })

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/sfls1397/Apple-Tools-MCP'

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