ebay-mcp 1.7.9 → 1.8.3
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 +3 -0
- package/build/scripts/setup.js +544 -1158
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
[](src/tools/)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
[](CONTRIBUTING.md)
|
|
11
|
+
[](https://github.com/YosefHayim/grimoire)
|
|
11
12
|
|
|
12
13
|
[](https://mseep.ai/app/yosefhayim-ebay-api-mcp-server)
|
|
13
14
|
<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>
|
|
@@ -157,6 +158,8 @@ The interactive setup wizard handles everything for you:
|
|
|
157
158
|
npm run setup
|
|
158
159
|
```
|
|
159
160
|
|
|
161
|
+
> **Powered by [grimoire-wizard](https://github.com/YosefHayim/grimoire)** — a config-driven CLI wizard framework [](https://www.npmjs.com/package/grimoire-wizard)
|
|
162
|
+
|
|
160
163
|
The wizard will:
|
|
161
164
|
|
|
162
165
|
- Configure your eBay credentials
|