Cloudinary MCP Server

by felores
Verified
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowJs": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }