yazio-mcp 0.0.13 → 0.0.14

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.
package/README.md CHANGED
@@ -8,6 +8,8 @@ An MCP (Model Context Protocol) server that connects Claude/Cursor to your Yazio
8
8
 
9
9
  **Available on NPM**: `npx yazio-mcp`
10
10
 
11
+ **Claude Desktop Extension**: ~~[yazio-mcp.mcpb](https://github.com/fliptheweb/yazio-mcp/releases/latest/download/yazio-mcp.mcpb)~~ — one-click install is [broken upstream](https://github.com/modelcontextprotocol/mcpb/issues/281), see [workaround](#claude-desktop-extension).
12
+
11
13
  ## ✨ Features
12
14
 
13
15
  - 🔐 **Authentication** - Connect with your Yazio account
@@ -40,9 +42,8 @@ Add the following JSON your MCP client configuration:
40
42
 
41
43
  ### Claude Desktop (Extension)
42
44
 
43
- Download and open [yazio-mcp.mcpb](https://github.com/fliptheweb/yazio-mcp/releases/latest/download/yazio-mcp.mcpb) with Claude Desktop. You'll be prompted to enter your Yazio credentials — your password is stored securely in the OS keychain.
44
-
45
- See [Building Desktop Extensions with MCPB](https://support.claude.com/en/articles/12922929-building-desktop-extensions-with-mcpb) for more details.
45
+ > [!WARNING]
46
+ > One-click `.mcpb` install is broken by a Claude Desktop bug ([mcpb#281](https://github.com/modelcontextprotocol/mcpb/issues/281)). **Workaround:** download [yazio-mcp.zip](https://github.com/fliptheweb/yazio-mcp/releases/latest/download/yazio-mcp.zip), extract it, and use **Settings → Extensions → Advanced settings → Install Unpacked Extension**. Or just use the `npx` config above.
46
47
 
47
48
  ### Claude Desktop (Manual)
48
49