Skip to main content
Glama

Powertools MCP Search Server

vitest.config.ts573 B
import { coverageConfigDefaults, defineConfig } from 'vitest/config'; export default defineConfig({ test: { coverage: { provider: 'v8', thresholds: { statements: 100, branches: 100, functions: 100, lines: 100, }, include: ['src/**'], exclude: [ ...coverageConfigDefaults.exclude, 'src/index.ts', 'src/tools/*/index.ts', ], }, setupFiles: ['./tests/setupEnv.ts'], hookTimeout: 1_000 * 60 * 10, // 10 minutes testTimeout: 1_000 * 60 * 3, // 3 minutes }, });

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/aws-powertools/powertools-mcp'

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