This website requires JavaScript.
Explore
Help
Sign In
m3tam3re
/
basecamp-mcp-server
Watch
1
Star
0
Fork
0
You've already forked basecamp-mcp-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
00754b21c3de39d9264b6a883a8622a22f3d3d26
basecamp-mcp-server
/
requirements.txt
5 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit: Basecamp MCP server with OAuth authentication
2025-03-09 16:42:28 +00:00
requests==2.31.0
python-dotenv==1.0.0
Fix token_storage function name and ensure Composio integration is fully functional
2025-03-09 17:29:28 +00:00
flask==2.3.3
refactor: Remove deprecated files and clean up codebase This commit deletes obsolete files related to the Basecamp MCP integration, including: - `basecamp_client.py` - `basecamp_oauth.py` - `composio_client_example.py` - `composio_integration.py` - `mcp_integration.py` - `setup.sh` - `start_basecamp_mcp.sh` Additionally, a new file `mcp_server_cli.py` is introduced to streamline the MCP server functionality. The README has been updated to reflect these changes and provide clearer setup instructions. This cleanup aims to enhance maintainability and focus on the core components of the integration.
2025-06-02 17:11:39 +01:00
flask-cors==4.0.0
pytest==7.4.0
Reference in New Issue
Copy Permalink