ergzone-mcp 1.0.1 → 1.1.0
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 +12 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,15 @@ Unofficial MCP server for [ErgZone](https://www.erg.zone) (Concept2 rowing). Man
|
|
|
12
12
|
|
|
13
13
|
You need a Concept2 Logbook account (the one you use on log.concept2.com).
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Claude Desktop — one-click (no terminal)
|
|
16
|
+
|
|
17
|
+
1. Download `ergzone-mcp.mcpb` from the [latest release](https://github.com/malveo/ergzone-mcp/releases/latest).
|
|
18
|
+
2. Double-click it (or drag it into Claude Desktop → Settings → Extensions).
|
|
19
|
+
3. Type your Logbook email and password in the form. Done.
|
|
20
|
+
|
|
21
|
+
Nothing to install — no Node, no terminal, no config files.
|
|
22
|
+
|
|
23
|
+
### Claude Code (terminal)
|
|
16
24
|
|
|
17
25
|
```bash
|
|
18
26
|
claude mcp add ergzone \
|
|
@@ -21,7 +29,9 @@ claude mcp add ergzone \
|
|
|
21
29
|
-- npx -y ergzone-mcp
|
|
22
30
|
```
|
|
23
31
|
|
|
24
|
-
|
|
32
|
+
### Claude Desktop — manual config
|
|
33
|
+
|
|
34
|
+
Add to `claude_desktop_config.json`:
|
|
25
35
|
|
|
26
36
|
```json
|
|
27
37
|
{
|