Initial commit: Basecamp MCP server with OAuth authentication

This commit is contained in:
George Antonopoulos
2025-03-09 16:42:28 +00:00
commit 9c49ce02b1
14 changed files with 3054 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Virtual Environment
venv/
env/
ENV/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Logs
*.log
logs/
# Sensitive data
oauth_tokens.json
.env
.flaskenv
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
# Project specific
unused/
icons/
# IDE
.idea/
.vscode/
*.swp
*.swo