Skip to content

v1.7.0 - API Status Monitoring

Choose a tag to compare

@YosefHayim YosefHayim released this 04 Feb 22:01
· 220 commits to main since this release

New Features

ebay_get_api_status Tool

New MCP tool to check eBay API health, incidents, and fixes from the official RSS feed.

Usage:

  • Check all recent API status items
  • Filter by status: Resolved or Unresolved
  • Filter by API name: e.g., "Trading API", "Inventory API", "Sandbox"
  • Set limit for number of items returned (default 20, max 50)

Auto-Updated Status Documentation

  • Added docs/API_STATUS.md - automatically updated daily via GitHub Action
  • Shows latest eBay API incidents and resolutions

Technical Details

  • Added fast-xml-parser dependency for RSS feed parsing
  • No authentication required - uses public eBay RSS feed
  • GitHub Action runs daily at 8:00 AM UTC

Bug Fixes

  • Fixed GitHub Action workflow permissions (moved to job level)