listbee-mcp 0.8.0 → 0.8.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.
@@ -2,7 +2,7 @@
2
2
  // source: openapi.json + mcp-tools.yaml
3
3
  // Regenerate with: npm run generate
4
4
  // openapi_version: 1.0.0
5
- // generated_at: 2026-04-08T14:42:23.300Z
5
+ // generated_at: 2026-04-08T17:22:42.077Z
6
6
  // sha256: 51f4608683cb7413c76835db2d6b9b2fcac9186646bec6601827affce1ad7df6
7
7
  export const meta = {
8
8
  create_api_key: {
@@ -2,7 +2,7 @@
2
2
  // source: openapi.json + mcp-tools.yaml
3
3
  // Regenerate with: npm run generate
4
4
  // openapi_version: 1.0.0
5
- // generated_at: 2026-04-08T14:42:23.300Z
5
+ // generated_at: 2026-04-08T17:22:42.076Z
6
6
  // sha256: 51f4608683cb7413c76835db2d6b9b2fcac9186646bec6601827affce1ad7df6
7
7
  import { z } from "zod";
8
8
  // Tool name → Zod schema (null means the tool takes no inputs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "listbee-mcp",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "MCP server for ListBee — commerce API for AI agents",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "1.29.0",
27
- "listbee": "^0.12.0",
27
+ "listbee": "^0.7.3",
28
28
  "yaml": "2.8.3",
29
29
  "zod": "4.3.6"
30
30
  },