weneed-mcp 0.2.3 → 0.2.4

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 +6 -34
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,20 +42,19 @@ That's it. You're ready to go.
42
42
 
43
43
  These methods require [Node.js 18+](https://nodejs.org) installed on your machine.
44
44
 
45
- <details>
46
- <summary><strong>Claude Code</strong></summary>
45
+ ### Claude Code
47
46
 
48
47
  ```bash
49
48
  claude mcp add weneed -e WENEED_EMAIL=your-email@example.com \
50
49
  -e WENEED_PASSWORD=your-password -- npx -y weneed-mcp
51
50
  ```
52
51
 
53
- </details>
52
+ ### Claude Desktop (manual) / Cursor
54
53
 
55
- <details>
56
- <summary><strong>Claude Desktop (manual config)</strong></summary>
54
+ Add the following to your config file:
57
55
 
58
- Add to your `claude_desktop_config.json`:
56
+ - **Claude Desktop** - `claude_desktop_config.json`
57
+ - **Cursor** - `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global)
59
58
 
60
59
  ```json
61
60
  {
@@ -72,32 +71,7 @@ Add to your `claude_desktop_config.json`:
72
71
  }
73
72
  ```
74
73
 
75
- </details>
76
-
77
- <details>
78
- <summary><strong>Cursor</strong></summary>
79
-
80
- Add to `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global):
81
-
82
- ```json
83
- {
84
- "mcpServers": {
85
- "weneed": {
86
- "command": "npx",
87
- "args": ["-y", "weneed-mcp"],
88
- "env": {
89
- "WENEED_EMAIL": "your-email@example.com",
90
- "WENEED_PASSWORD": "your-password"
91
- }
92
- }
93
- }
94
- }
95
- ```
96
-
97
- </details>
98
-
99
- <details>
100
- <summary><strong>Test connection</strong></summary>
74
+ ### Test connection
101
75
 
102
76
  Verify your credentials work before wiring it into a client:
103
77
 
@@ -105,8 +79,6 @@ Verify your credentials work before wiring it into a client:
105
79
  WENEED_EMAIL='your-email@example.com' WENEED_PASSWORD='your-password' npx weneed-mcp
106
80
  ```
107
81
 
108
- </details>
109
-
110
82
  ## Available tools
111
83
 
112
84
  | Tool | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weneed-mcp",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "MCP server for WeNeed (Coop Switzerland) shopping lists",
5
5
  "main": "dist/index.js",
6
6
  "bin": {