Columbia MCP Server

# Dependencies node_modules/ .pnp/ .pnp.js # Build outputs build/ dist/ *.tsbuildinfo # Testing coverage/ .nyc_output/ # Environment variables .env .env.local .env.*.local .env.test .env.production # IDE - VSCode .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json # IDE - JetBrains .idea/ *.iml *.iws .idea_modules/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Operating System .DS_Store Thumbs.db *.swp *.swo # TypeScript cache *.tsbuildinfo # 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 # Redis dump file dump.rdb # Local development files *.local local.*