Tesla MCP Server

# Dependencies node_modules/ npm-debug.log yarn-debug.log yarn-error.log pnpm-debug.log .pnpm-store/ # Build artifacts build/ dist/ *.tsbuildinfo # Environment variables and secrets .env .env.* .env.local .env.development .env.test .env.production *.pem keys/ .token-cache.json *.p8 *.key # Tesla-specific .tesla-cache.json .tesla-session.json # Editor and OS files .DS_Store .idea/ .vscode/ *.swp *.swo .vs/ Thumbs.db .project .classpath .settings/ .history/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Testing coverage/ .nyc_output/ # Misc .cache/ .temp/ .tmp/ tmp/ temp/