Skip to main content
Glama

WhatsApp Web MCP

by fyimail
tsconfig.json1.69 kB
{ "compilerOptions": { /* Language and Environment */ "target": "es2020", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ "lib": ["es2020"], /* Modules */ "module": "CommonJS", /* Specify what module code is generated. */ "rootDir": "./src", "moduleResolution": "node", "typeRoots": ["./node_modules/@types", "./src/types", "./test"], /* Specify multiple folders that act like './node_modules/@types'. */ "resolveJsonModule": true, "types": ["node", "jest"], /* Emit */ "sourceMap": true, "outDir": "./dist", /* Interop Constraints */ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ /* Type Checking */ "strict": true, /* Enable all strict type-checking options. */ "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, /* Completeness */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }

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/fyimail/whatsapp-mcp2'

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