Jake Shore 6fd0eef055 Rebrand to MCPEngage and add Basecamp-specific content
- Fixed all MCPEngine → MCPEngage references
- Added 8 Basecamp-specific power moves for project management & team collaboration
- Updated README with accurate tool count and real Basecamp 4 API details
- Added proper OAuth 2.0 authentication documentation
- Updated package.json author
- Enhanced .env.example with detailed credential instructions including User-Agent
2026-02-02 07:01:25 -05:00

13 lines
434 B
Plaintext

# Basecamp API Credentials
# Get these from: https://launchpad.37signals.com/integrations
# OAuth 2.0 Access Token (get via OAuth flow)
BASECAMP_ACCESS_TOKEN=your-oauth-token-here
# Your Account ID (from URL: https://3.basecamp.com/{ACCOUNT_ID}/)
BASECAMP_ACCOUNT_ID=your-account-id-here
# User-Agent identifier (required by Basecamp API)
# Format: "AppName (contact@email.com)"
BASECAMP_APP_IDENTITY="MCPServer (mcp@example.com)"