@yawlabs/lemonsqueezy-mcp 0.13.5 → 0.14.0

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  MCP server for the [LemonSqueezy](https://lemonsqueezy.com) API. Manage your store, products, customers, subscriptions, discounts, license keys, and more from any MCP-compatible AI assistant.
4
4
 
5
- [![Add to Yaw MCP](https://yaw.sh/yaw-mcp-button.svg)](https://yaw.sh/mcp/install?name=LemonSqueezy&command=npx&args=-y%2C%40yawlabs%2Flemonsqueezy-mcp&description=LemonSqueezy%20store%20management%20-%20products%2C%20orders%2C%20subscriptions%2C%20license%20keys&source=https%3A%2F%2Fgithub.com%2FYawLabs%2Flemonsqueezy-mcp) [![Follow @TokenLimitNews on X](https://img.shields.io/badge/follow-%40TokenLimitNews-000000?logo=x&logoColor=white)](https://x.com/TokenLimitNews)
5
+ [![Add to Yaw MCP](https://yaw.sh/yaw-mcp-button.svg)](https://yaw.sh/mcp/install?name=LemonSqueezy&command=npx&args=-y%2C%40yawlabs%2Flemonsqueezy-mcp&description=LemonSqueezy%20store%20management%20-%20products%2C%20orders%2C%20subscriptions%2C%20license%20keys&source=https%3A%2F%2Fgithub.com%2FYawLabs%2Flemonsqueezy-mcp)
6
6
 
7
7
  One click adds this to your local Yaw MCP config so it's available in every Yaw Terminal session. Or install manually below.
8
8
 
@@ -406,3 +406,5 @@ The local path does **not** publish to the Official MCP Registry — that step l
406
406
  ## License
407
407
 
408
408
  MIT
409
+
410
+ [![Follow @TokenLimitNews on X](https://img.shields.io/badge/follow-%40TokenLimitNews-000000?logo=x&logoColor=white)](https://x.com/TokenLimitNews)
package/dist/index.js CHANGED
@@ -33771,7 +33771,7 @@ function readAuditLogResource(uri) {
33771
33771
  }
33772
33772
 
33773
33773
  // src/index.ts
33774
- var version2 = true ? "0.13.5" : createRequire(import.meta.url)("../package.json").version;
33774
+ var version2 = true ? "0.14.0" : createRequire(import.meta.url)("../package.json").version;
33775
33775
  var subcommand = process.argv[2];
33776
33776
  if (subcommand === "version" || subcommand === "--version") {
33777
33777
  console.log(version2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/lemonsqueezy-mcp",
3
- "version": "0.13.5",
3
+ "version": "0.14.0",
4
4
  "mcpName": "io.github.YawLabs/lemonsqueezy-mcp",
5
5
  "description": "Lemon Squeezy MCP server: stores, orders, subscriptions, license keys, refunds, and webhooks.",
6
6
  "license": "MIT",