Skip to main content
Glama

Google Calendar MCP

config.ts828 B
/** * Centralized configuration for conflict detection thresholds */ export const CONFLICT_DETECTION_CONFIG = { /** * Thresholds for duplicate event detection */ DUPLICATE_THRESHOLDS: { /** * Events with similarity >= this value are flagged as potential duplicates * and shown as warnings during creation */ WARNING: 0.7, /** * Events with similarity >= this value are considered exact duplicates * and block creation unless explicitly overridden with allowDuplicates flag */ BLOCKING: 0.95 }, /** * Default similarity threshold for duplicate detection * Used when duplicateSimilarityThreshold is not specified in the request */ DEFAULT_DUPLICATE_THRESHOLD: 0.7 } as const; export type ConflictDetectionConfig = typeof CONFLICT_DETECTION_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