Skip to main content
Glama

Teams MCP

by floriscornel
vitest.config.ts1.16 kB
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, environment: "node", setupFiles: ["./src/test-utils/vitest.setup.ts"], include: ["src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"], exclude: ["node_modules", "dist", ".idea", ".git", ".cache"], coverage: { provider: "v8", reporter: ["text", "json", "html"], exclude: [ "node_modules/", "dist/", "coverage/", "**/*.d.ts", "**/*.config.{js,ts}", "**/*.test.ts", "**/*.spec.ts", "**/test-utils/**", "**/index.ts", ], thresholds: { global: { branches: 80, functions: 80, lines: 80, statements: 80, }, }, }, testTimeout: 10000, hookTimeout: 10000, // Isolate tests to prevent interference isolate: true, // Pool options for better performance pool: "threads", poolOptions: { threads: { // Enable parallelization for better performance // Tests are properly isolated so this should be safe }, }, }, });

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/floriscornel/teams-mcp'

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