weneed-mcp 0.2.0 → 0.2.1

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,13 @@ 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), then install it using one of these methods:
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
38
+
39
+ You'll be prompted for your WeNeed credentials, which are stored securely in your OS keychain.
34
40
 
35
41
  ### Claude Code
36
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weneed-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "MCP server for WeNeed (Coop Switzerland) shopping lists",
5
5
  "main": "dist/index.js",
6
6
  "bin": {