- Fix all MCPEngine → MCPEngage references - Add FreshBooks-specific Power Moves (5 real accounting use cases) - Correct tool count (8 tools) with accurate descriptions - Add industry-specific accounting prompts - Document FreshBooks OAuth authentication - Link to official FreshBooks API docs - Update .env.example with correct OAuth variables - Add platform-specific troubleshooting
5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
# FreshBooks OAuth Credentials
|
|
# Get these from: https://www.freshbooks.com/api/start
|
|
FRESHBOOKS_ACCESS_TOKEN=your-oauth-access-token-here
|
|
FRESHBOOKS_ACCOUNT_ID=your-account-id-here
|