@@ -158,6 +158,7 @@ npm run setup
158158```
159159
160160The wizard will:
161+
161162- Configure your eBay credentials
162163- Set up OAuth authentication (for higher rate limits)
163164- Auto-detect and configure your MCP client (Claude Desktop, etc.)
@@ -241,17 +242,17 @@ For detailed OAuth setup and comprehensive configuration guide, see the [Configu
241242
242243This server supports ** 9 AI clients** with auto-configuration via ` npm run setup ` :
243244
244- | Client | Platform | Config Path | Status |
245- | --------| ----------| -------------| --------|
246- | ** Claude Desktop** | macOS, Windows, Linux | ` ~/Library/Application Support/Claude/claude_desktop_config.json ` | ✅ Auto-configured |
247- | ** Cursor IDE** | macOS, Windows, Linux | ` ~/.cursor/mcp.json ` | ✅ Auto-configured |
248- | ** Zed Editor** | macOS, Windows, Linux | ` ~/.config/zed/settings.json ` | ✅ Auto-configured |
249- | ** Cline** | VSCode Extension | ` ~/...globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json ` | ✅ Auto-configured |
250- | ** Continue.dev** | VSCode, JetBrains | ` ~/.continue/config.json ` | ✅ Auto-configured |
251- | ** Windsurf (Codeium)** | macOS, Windows, Linux | ` ~/.codeium/windsurf/mcp_config.json ` | ✅ Auto-configured |
252- | ** Roo Code** | VSCode Extension | ` ~/...globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json ` | ✅ Auto-configured |
253- | ** Claude Code CLI** | Terminal | ` ~/.claude.json ` | ✅ Auto-configured |
254- | ** Amazon Q Developer** | AWS | ` ~/.aws/amazonq/mcp.json ` | ✅ Auto-configured |
245+ | Client | Platform | Config Path | Status |
246+ | ---------------------- | --------------------- | ---------------------------------------------------------------------------- | ------------------ |
247+ | ** Claude Desktop** | macOS, Windows, Linux | ` ~/Library/Application Support/Claude/claude_desktop_config.json ` | ✅ Auto-configured |
248+ | ** Cursor IDE** | macOS, Windows, Linux | ` ~/.cursor/mcp.json ` | ✅ Auto-configured |
249+ | ** Zed Editor** | macOS, Windows, Linux | ` ~/.config/zed/settings.json ` | ✅ Auto-configured |
250+ | ** Cline** | VSCode Extension | ` ~/...globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json ` | ✅ Auto-configured |
251+ | ** Continue.dev** | VSCode, JetBrains | ` ~/.continue/config.json ` | ✅ Auto-configured |
252+ | ** Windsurf (Codeium)** | macOS, Windows, Linux | ` ~/.codeium/windsurf/mcp_config.json ` | ✅ Auto-configured |
253+ | ** Roo Code** | VSCode Extension | ` ~/...globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json ` | ✅ Auto-configured |
254+ | ** Claude Code CLI** | Terminal | ` ~/.claude.json ` | ✅ Auto-configured |
255+ | ** Amazon Q Developer** | AWS | ` ~/.aws/amazonq/mcp.json ` | ✅ Auto-configured |
255256
256257** Configuration Requirements:**
257258
@@ -504,6 +505,7 @@ EBAY_ENABLE_FILE_LOGGING=true
504505```
505506
506507Log files are stored in ` ~/.ebay-mcp/logs/ ` :
508+
507509- ` error.log ` - Error-level messages only
508510- ` combined.log ` - All log messages
509511- ` debug.log ` - Debug and verbose messages
@@ -635,11 +637,18 @@ Check current eBay API health, incidents, and fixes:
635637
636638This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
637639
640+ ## Contributors
641+
642+ Thanks to all the amazing contributors who have helped make this project better! 🎉
643+
644+ <a href =" https://github.com/YosefHayim/ebay-mcp/graphs/contributors " >
645+ <img src =" https://contrib.rocks/image?repo=YosefHayim/ebay-mcp " alt =" Contributors " />
646+ </a >
647+
638648## Acknowledgments
639649
640650- [ eBay Developers Program] ( https://developer.ebay.com/ ) for API access
641651- [ Model Context Protocol] ( https://modelcontextprotocol.io/ ) for the MCP specification
642- - All [ contributors] ( https://github.com/YosefHayim/ebay-mcp/graphs/contributors ) who have helped improve this project
643652
644653---
645654
0 commit comments