hevy-mcp 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,7 +37,7 @@ cp .env.sample .env
37
37
  Create a `.env` file in the project root with the following content:
38
38
 
39
39
  ```
40
- API_KEY=your_hevy_api_key_here
40
+ HEVY_API_KEY=your_hevy_api_key_here
41
41
  ```
42
42
 
43
43
  Replace `your_hevy_api_key_here` with your actual Hevy API key.