Skip to main content
Glama
vitest.config.ts500 B
import tsconfigPaths from "vite-tsconfig-paths"; import { defineConfig } from "vitest/config"; export default defineConfig({ plugins: [tsconfigPaths()], test: { name: "unit", include: ["tests/**/*.{test,spec}.{ts,tsx}"], exclude: ["node_modules/**", "dist/**"], globals: true, environment: "node", coverage: { reporter: ["text", "json-summary", "json", "html", "lcovonly"], thresholds: { lines: 60, branches: 60, functions: 63, statements: 60, }, }, }, });

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/sunub/obsidian-mcp-server'

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