Skip to main content
Glama

Google Calendar MCP

vitest.config.ts854 B
import { defineConfig } from 'vitest/config' import { loadEnv } from 'vite' export default defineConfig({ test: { globals: true, // Use Vitest globals (describe, it, expect) like Jest environment: 'node', // Specify the test environment // Load environment variables from .env file env: loadEnv('', process.cwd(), ''), // Increase timeout for AI API calls testTimeout: 30000, include: [ 'src/tests/**/*.test.ts' ], // Exclude integration tests by default (they require credentials) exclude: ['**/node_modules/**'], // Enable coverage coverage: { provider: 'v8', // or 'istanbul' reporter: ['text', 'json', 'html'], exclude: [ '**/node_modules/**', 'src/tests/integration/**', 'build/**', 'scripts/**', '*.config.*' ], }, }, })

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/nspady/google-calendar-mcp'

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