Skip to main content
Glama
vitest.config.ts853 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, environment: "node", coverage: { provider: "v8", reporter: ["text", "json", "html", "lcov"], exclude: [ "node_modules/", "dist/", "**/*.config.{js,ts}", "**/*.d.ts", "src/index.ts", "src/server.ts", // MCP server entry point "src/resources/**", // Resource handlers tested via tools "src/__tests__/**", // Test files "src/utils/result.ts", // Utility type, used throughout ], thresholds: { global: { // TODO: Raise branches back to 75% after logger/session-manager coverage improvements branches: 74, functions: 85, statements: 85, lines: 85, }, }, }, }, });

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/hummbl-dev/mcp-server'

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