ebay-mcp 1.7.4 → 1.7.6

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
@@ -7,6 +7,7 @@
7
7
  [![Tests](https://img.shields.io/badge/tests-958%20passing-brightgreen)](tests/)
8
8
  [![API Coverage](https://img.shields.io/badge/API%20coverage-100%25-success)](src/tools/)
9
9
  [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
10
+ [![Contributors Welcome](https://img.shields.io/badge/contributors-welcome-brightgreen.svg)](CONTRIBUTING.md)
10
11
 
11
12
  [![MseeP.ai Security Assessment Badge](https://mseep.net/pr/yosefhayim-ebay-api-mcp-server-badge.png)](https://mseep.ai/app/yosefhayim-ebay-api-mcp-server)
12
13
  <a href="https://www.buymeacoffee.com/yosefhayim" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
package/build/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ebay-mcp",
3
- "version": "1.7.4",
3
+ "version": "1.7.6",
4
4
  "description": "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",
@@ -8,19 +8,6 @@
8
8
  "bin": {
9
9
  "ebay-mcp": "build/index.js"
10
10
  },
11
- "scripts": {
12
- "build": "tsc && tsc-alias",
13
- "start": "node build/index.js",
14
- "dev": "tsx src/index.ts",
15
- "test": "vitest run",
16
- "test:coverage": "vitest run --coverage",
17
- "setup": "tsx src/scripts/setup.ts",
18
- "sync": "tsx src/scripts/dev-sync.ts",
19
- "diagnose": "tsx src/scripts/diagnostics.ts",
20
- "check": "tsc --noEmit && eslint . && prettier --check \"src/**/*.{ts,js,json,md}\"",
21
- "fix": "eslint . --fix && prettier --write \"src/**/*.{ts,js,json,md}\"",
22
- "prepare": "npm run build"
23
- },
24
11
  "keywords": [
25
12
  "mcp",
26
13
  "ebay",
@@ -56,21 +43,21 @@
56
43
  "url": "https://github.com/YosefHayim/ebay-mcp/issues"
57
44
  },
58
45
  "dependencies": {
59
- "@modelcontextprotocol/sdk": "1.26.0",
60
- "axios": "^1.7.9",
46
+ "@modelcontextprotocol/sdk": "1.27.1",
47
+ "axios": "^1.13.6",
61
48
  "chalk": "^5.6.2",
62
- "cors": "^2.8.5",
63
- "dotenv": "^17.2.3",
49
+ "cors": "^2.8.6",
50
+ "dotenv": "^17.3.1",
64
51
  "dotenv-stringify": "^3.0.1",
65
52
  "express": "^5.1.0",
66
53
  "fast-xml-parser": "^5.3.4",
67
54
  "helmet": "^8.1.0",
68
- "jose": "^6.1.2",
55
+ "jose": "^6.2.1",
69
56
  "jsonwebtoken": "^9.0.2",
70
57
  "prompts": "^2.4.2",
71
58
  "update-notifier": "^7.3.1",
72
59
  "winston": "^3.19.0",
73
- "zod": "^3.23.8",
60
+ "zod": "^3.25.76",
74
61
  "zod-to-json-schema": "^3.24.1"
75
62
  },
76
63
  "devDependencies": {
@@ -78,27 +65,40 @@
78
65
  "@types/cors": "^2.8.19",
79
66
  "@types/express": "^5.0.5",
80
67
  "@types/jsonwebtoken": "^9.0.10",
81
- "@types/node": "^24.10.1",
68
+ "@types/node": "^25.3.3",
82
69
  "@types/prompts": "^2.4.9",
83
- "@types/supertest": "^6.0.3",
70
+ "@types/supertest": "^7.2.0",
84
71
  "@types/update-notifier": "^6.0.8",
85
- "@vitest/coverage-v8": "^4.0.13",
72
+ "@vitest/coverage-v8": "^4.0.18",
86
73
  "@vitest/ui": "^4.0.8",
87
74
  "eslint": "^9.39.1",
88
75
  "eslint-config-prettier": "^10.1.8",
89
- "eslint-plugin-n": "^17.23.1",
76
+ "eslint-plugin-n": "^17.24.0",
90
77
  "eslint-plugin-vitest": "^0.5.4",
91
- "nock": "^14.0.10",
92
- "openapi-typescript": "^7.10.1",
93
- "prettier": "^3.6.2",
78
+ "nock": "^14.0.11",
79
+ "openapi-typescript": "^7.13.0",
80
+ "prettier": "^3.8.1",
94
81
  "supertest": "^7.1.4",
95
82
  "tsc-alias": "^1.8.16",
96
83
  "tsx": "^4.19.2",
97
84
  "typescript": "^5.9.3",
98
- "typescript-eslint": "^8.47.0",
85
+ "typescript-eslint": "^8.56.1",
99
86
  "vitest": "^4.0.8"
100
87
  },
101
88
  "engines": {
102
89
  "node": ">=18.0.0"
90
+ },
91
+ "scripts": {
92
+ "build": "tsc && tsc-alias",
93
+ "start": "node build/index.js",
94
+ "dev": "tsx src/index.ts",
95
+ "test": "vitest run",
96
+ "test:coverage": "vitest run --coverage",
97
+ "setup": "tsx src/scripts/setup.ts",
98
+ "sync": "tsx src/scripts/dev-sync.ts",
99
+ "diagnose": "tsx src/scripts/diagnostics.ts",
100
+ "typecheck": "tsc --noEmit",
101
+ "check": "tsc --noEmit && eslint . && prettier --check \"src/**/*.{ts,js,json,md}\"",
102
+ "fix": "eslint . --fix && prettier --write \"src/**/*.{ts,js,json,md}\""
103
103
  }
104
- }
104
+ }