refac to remove duplicate OAuth 2.1 routes in core/server.py

This commit is contained in:
Taylor Wilsdon
2025-08-05 11:00:48 -04:00
parent 07c065c57b
commit e54450cdad
3 changed files with 74 additions and 783 deletions

42
.dockerignore Normal file
View File

@@ -0,0 +1,42 @@
# Git and version control
.git
.gitignore
gitdiff.txt
# Documentation and notes
*.md
AUTHENTICATION_REFACTOR_PROPOSAL.md
leverage_fastmcp_responses.md
# Test files and coverage
tests/
htmlcov/
.coverage
pytest_out.txt
# Build artifacts
build/
dist/
*.egg-info/
# Development files
mcp_server_debug.log
.credentials/
# Cache and temporary files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.pytest_cache/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db