Skip to main content
Glama

Google Calendar and Meet MCP Server

by INSIDE-HAIR
vitest.config.js•849 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, environment: "node", include: ["test/**/*.{test,spec}.{js,mjs,ts}"], exclude: [ "node_modules/**", "build/**", "coverage/**", "test/test-*.ts", // Exclude old integration test files ], coverage: { provider: "v8", reporter: ["text", "json", "html", "lcov"], exclude: [ "node_modules/**", "build/**", "coverage/**", "test/**", "**/*.config.ts", "**/*.test.ts", "**/*.spec.ts", ], reportsDirectory: "coverage", thresholds: { global: { branches: 70, functions: 70, lines: 70, statements: 70, }, }, }, setupFiles: ["test/setup.ts"], }, });

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/INSIDE-HAIR/mcp-google-calendar-and-meet'

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