Ads Manager MCP Server

by amekala
Verified
# Dependencies node_modules/ npm-debug.log yarn-error.log package-lock.json # Environment Variables and Credentials .env .env.* !.env.example .env.supabase # Logs logs/ *.log mcp-debug.log # Build files dist/ build/ # OS specific files .DS_Store Thumbs.db # IDE files .idea/ .vscode/ *.sublime-project *.sublime-workspace # Credentials .env .env.* !.env.example credentials.js # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* mcp-debug.log output.log # Dependency directories jspm_packages/ # Build output dist-package/ *.zip # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # dotenv environment variable files .env.development.local .env.test.local .env.production.local .env.local .env.supabase # OS files .DS_Store Thumbs.db