- Fixed all MCPEngine → MCPEngage references - Added 7 TouchBistro-specific power moves for restaurant management - Updated README with accurate tool count and real TouchBistro API details - Added proper API key + venue ID authentication documentation - Updated package.json author - Enhanced .env.example with detailed credential instructions
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
# TouchBistro API Credentials
|
|
# Get these from: TouchBistro Cloud → Settings → API Access
|
|
|
|
# API Key for authentication
|
|
TOUCHBISTRO_API_KEY=your-api-key-here
|
|
|
|
# Your Venue ID (found in Settings → Locations)
|
|
TOUCHBISTRO_VENUE_ID=your-venue-id-here
|