Skip to main content
Glama

Google Calendar MCP Server

by Kashyab19
tsconfig.json946 B
{ "compilerOptions": { "target": "ES2022", "lib": ["ES2022"], "module": "ESNext", "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowJs": true, "strict": true, "noImplicitAny": false, "strictNullChecks": false, "strictFunctionTypes": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": false, "noImplicitOverride": false, "exactOptionalPropertyTypes": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "rootDir": "./src", "removeComments": false, "resolveJsonModule": true, "isolatedModules": true, "verbatimModuleSyntax": false }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", ".smithery" ] }

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

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