nile-mcp

Official
MIT License
661
8
  • Apple
  • Linux
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* yarn.lock # Build output dist/ build/ *.tsbuildinfo # Environment variables .env .env.local .env.*.local .env.development .env.test .env.production # IDE and editor files .idea/ .vscode/ *.swp *.swo .DS_Store .env.local .env.development.local .env.test.local .env.production.local *.sublime-workspace *.sublime-project # Testing coverage/ .nyc_output/ # Logs logs/ *.log nile-mcp-server-*.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Temporary files tmp/ temp/ .tmp/ # Debug .debug/ # Misc .DS_Store Thumbs.db *.bak *.cache *.backup *.tmp .env.local .env.development.local .env.test.local .env.production.local