weneed-mcp 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,16 @@ npm install -g weneed-mcp
30
30
 
31
31
  ### Claude Desktop (Extension)
32
32
 
33
- The easiest way to get started. Download [weneed-mcp.mcpb](https://github.com/lewpgs/weneed-mcp/releases/latest/download/weneed-mcp.mcpb), then double-click the file or drag it into Claude Desktop. You'll be prompted for your WeNeed credentials, which are stored securely in your OS keychain.
33
+ The easiest way to get started. Download [weneed-mcp.mcpb](https://github.com/lewpgs/weneed-mcp/releases/latest/download/weneed-mcp.mcpb) and install it:
34
+
35
+ **macOS:**
36
+ - **Double-click** the downloaded file, or
37
+ - **Drag and drop** it onto the Claude Desktop app icon
38
+
39
+ **Windows:**
40
+ - In Claude Desktop, go to **File > Settings > Extensions > Advanced Settings > Install Extension** and select the downloaded file
41
+
42
+ You'll be prompted for your WeNeed credentials, which are stored securely in your OS keychain.
34
43
 
35
44
  ### Claude Code
36
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weneed-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "MCP server for WeNeed (Coop Switzerland) shopping lists",
5
5
  "main": "dist/index.js",
6
6
  "bin": {