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

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
requests==2.31.0
python-dotenv==1.0.0
flask==2.3.3