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.
Files changed (2) hide show
  1. package/README.md +12 -2
  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
- **Claude Code:**
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
- **Claude Desktop**add to `claude_desktop_config.json`:
32
+ ### Claude Desktop — manual config
33
+
34
+ Add to `claude_desktop_config.json`:
25
35
 
26
36
  ```json
27
37
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ergzone-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Unofficial MCP server for ErgZone (Concept2 rowing). Zero runtime dependencies.",
5
5
  "type": "module",
6
6
  "bin": {