@souravpn/whoop-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 +2 -2
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ This app accesses your WHOOP data locally on your device. No data is sent to any
|
|
|
47
47
|
### 2. Install
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
npm install -g whoop-mcp
|
|
50
|
+
npm install -g @souravpn/whoop-mcp
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
### 3. Run one-time auth setup
|
|
@@ -68,7 +68,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS):
|
|
|
68
68
|
{
|
|
69
69
|
"mcpServers": {
|
|
70
70
|
"whoop": {
|
|
71
|
-
"command": "whoop-mcp",
|
|
71
|
+
"command": "@souravpn/whoop-mcp",
|
|
72
72
|
"env": {
|
|
73
73
|
"WHOOP_CLIENT_ID": "your_client_id",
|
|
74
74
|
"WHOOP_CLIENT_SECRET": "your_client_secret"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@souravpn/whoop-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -37,5 +37,10 @@
|
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=18"
|
|
40
|
+
},
|
|
41
|
+
"mcpName": "io.github.souravpn/whoop-mcp",
|
|
42
|
+
"repository": {
|
|
43
|
+
"type": "git",
|
|
44
|
+
"url": "https://github.com/souravpn/whoop-mcp.git"
|
|
40
45
|
}
|
|
41
46
|
}
|