- Fixed all MCPEngine → MCPEngage references - Added 8 Clover-specific power moves for restaurant/retail POS - Updated README with accurate tool count and real Clover REST API details - Added proper OAuth + merchant ID authentication documentation - Updated package.json author - Enhanced .env.example with detailed credential instructions
15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
# Clover API Credentials
|
|
# Get these from: https://www.clover.com/developers
|
|
|
|
# OAuth 2.0 Access Token
|
|
CLOVER_API_KEY=your-oauth-token-here
|
|
|
|
# Your Merchant ID (found in Clover Setup → Business Information)
|
|
CLOVER_MERCHANT_ID=your-merchant-id-here
|
|
|
|
# API Region: US (default), EU, or LA
|
|
CLOVER_REGION=US
|
|
|
|
# Optional: Use sandbox environment for testing (true/false)
|
|
# CLOVER_SANDBOX=false
|