MSSQL MCP Server

# Version control .git .gitignore .gitattributes # Dependencies node_modules npm-debug.log* yarn-debug.log* yarn-error.log* # Build output build dist coverage .nyc_output # Development files .vscode .idea *.swp *.swo *~ .DS_Store # Environment files .env .env.* !.env.example # Documentation docs *.md !README.md # Test files __tests__ *.test.ts *.spec.ts jest.config.js jest.setup.js # Docker files Dockerfile Dockerfile.dev docker-compose.yml .dockerignore # CI/CD .github .gitlab-ci.yml .travis.yml .circleci # Temporary files tmp temp *.log logs # Editor configurations .editorconfig .eslintrc* .prettierrc* .stylelintrc* # Miscellaneous *.gz *.zip *.tar *.tgz .cache .env.local .env.development.local .env.test.local .env.production.local # TypeScript cache *.tsbuildinfo # Debug files .debug debug.log # Husky .husky