ebay-mcp-remote-edition 3.2.0 → 3.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ebay-mcp-remote-edition",
3
- "version": "3.2.0",
3
+ "version": "3.3.1",
4
4
  "description": "Remote + Local MCP server for eBay APIs - provides access to eBay developer functionality through MCP (Model Context Protocol)",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -10,6 +10,8 @@
10
10
  },
11
11
  "scripts": {
12
12
  "build": "tsc && tsc-alias",
13
+ "check-for-updates": "npx -y npm-check-updates",
14
+ "update": "npx -y npm-check-updates -u && npm install",
13
15
  "start": "node build/scripts/env-check.js node build/index.js",
14
16
  "start:http": "node build/scripts/env-check.js node build/server-http.js",
15
17
  "dev": "tsx src/scripts/env-check.ts tsx src/index.ts",
@@ -61,50 +63,50 @@
61
63
  "url": "https://github.com/mrnajiboy/ebay-mcp-remote-edition/issues"
62
64
  },
63
65
  "dependencies": {
64
- "@modelcontextprotocol/sdk": "1.27.1",
66
+ "@modelcontextprotocol/sdk": "1.29.0",
65
67
  "@upstash/redis": "^1.37.0",
66
- "axios": "^1.13.6",
68
+ "axios": "^1.14.0",
67
69
  "chalk": "^5.6.2",
68
70
  "cors": "^2.8.6",
69
71
  "dotenv-stringify": "^3.0.1",
70
- "express": "^5.1.0",
71
- "fast-xml-parser": "^5.5.8",
72
+ "express": "^5.2.1",
73
+ "fast-xml-parser": "^5.5.10",
72
74
  "flatted": "^3.4.2",
73
75
  "helmet": "^8.1.0",
74
76
  "jose": "^6.2.2",
75
- "jsonwebtoken": "^9.0.2",
77
+ "jsonwebtoken": "^9.0.3",
76
78
  "prompts": "^2.4.2",
77
79
  "update-notifier": "^7.3.1",
78
80
  "winston": "^3.19.0",
79
81
  "zod": "^4.3.6",
80
- "zod-to-json-schema": "^3.25.1"
82
+ "zod-to-json-schema": "^3.25.2"
81
83
  },
82
84
  "devDependencies": {
83
- "@eslint/js": "^9.39.1",
85
+ "@eslint/js": "^10.0.1",
84
86
  "@types/cors": "^2.8.19",
85
- "@types/express": "^5.0.5",
87
+ "@types/express": "^5.0.6",
86
88
  "@types/jsonwebtoken": "^9.0.10",
87
- "@types/node": "^25.3.3",
89
+ "@types/node": "^25.5.2",
88
90
  "@types/prompts": "^2.4.9",
89
91
  "@types/supertest": "^7.2.0",
90
92
  "@types/update-notifier": "^6.0.8",
91
- "@vitest/coverage-v8": "^4.0.18",
92
- "@vitest/eslint-plugin": "^1.6.12",
93
- "@vitest/ui": "^4.0.18",
94
- "eslint": "^9.39.1",
93
+ "@vitest/coverage-v8": "^4.1.2",
94
+ "@vitest/eslint-plugin": "^1.6.14",
95
+ "@vitest/ui": "^4.1.2",
96
+ "eslint": "^10.2.0",
95
97
  "eslint-config-prettier": "^10.1.8",
96
98
  "eslint-plugin-n": "^17.24.0",
97
- "nock": "^14.0.11",
99
+ "nock": "^14.0.12",
98
100
  "openapi-typescript": "^7.13.0",
99
101
  "prettier": "^3.8.1",
100
- "supertest": "^7.1.4",
102
+ "supertest": "^7.2.2",
101
103
  "tsc-alias": "^1.8.16",
102
- "tsx": "^4.19.2",
104
+ "tsx": "^4.21.0",
103
105
  "typescript": "^5.9.3",
104
- "typescript-eslint": "^8.57.1",
105
- "vitest": "^4.0.18"
106
+ "typescript-eslint": "^8.58.0",
107
+ "vitest": "^4.1.2"
106
108
  },
107
- "packageManager": "pnpm@10.14.0",
109
+ "packageManager": "pnpm@10.33.0",
108
110
  "engines": {
109
111
  "node": ">=18.0.0"
110
112
  },