weneed-mcp 0.2.1 → 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 +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,11 +30,14 @@ 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 install it using one of these methods:
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
34
 
35
- - **Double-click** the downloaded file
36
- - **Drag and drop** onto the Claude Desktop app icon (macOS only)
37
- - **Manual install** - File > Settings > Extensions > Advanced Settings > Install Extension
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
38
41
 
39
42
  You'll be prompted for your WeNeed credentials, which are stored securely in your OS keychain.
40
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weneed-mcp",
3
- "version": "0.2.1",
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": {