Node Omnibus MCP Server

# Dependencies node_modules/ .pnp/ .pnp.js # Build output build/ dist/ out/ *.tsbuildinfo # Environment variables .env .env.local .env.*.local # IDE and editor files .idea/ .vscode/ *.swp *.swo *~ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Testing coverage/ .nyc_output/ # Operating System .DS_Store Thumbs.db # Temporary files *.tmp *.temp .cache/ # Debug files .debug/ *.debug # TypeScript source maps *.map # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variable files .env .env.test .env.production # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next out # Nuxt.js build / generate output .nuxt dist # Gatsby files .cache/ # Comment in the public line in if your project uses Gatsby and not Next.js # public # vuepress build output .vuepress/dist # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Stores VSCode versions used for testing VSCode extensions .vscode-test # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # Local backup files *.bak