Skip to content

Release history

iaptic/mcp-server-iaptic releases

Connect with iaptic to ask about your Customer Purchases, Transaction data and App Revenue statistics.

All releases

2 shown

Review required
v1.2.1 Security relevant
Dependencies

axios version bump

v1.2.0 Breaking risk
Breaking changes
  • Removed `event_analysis`; migrate to `event_details` (same parameters).
Notable features
  • `event_details` tool replaces `event_analysis`, backed by `/events/:id` endpoint, returns analyzed and raw event data with truncation handling.
  • `event_list` now supports a `raw` option for unformatted JSON output.
  • Webhook delivery errors are flagged in event listings.
Full changelog

What's Changed

Features

  • event_details tool replaces event_analysis, backed by the new /events/:id endpoint (validator 3.12+). Returns both analyzed data (context, content) and raw event data (HTTP request/response, external API calls to Apple/Google/Stripe), with sensitive fields stripped and large payloads trimmed.
  • event_list now supports a raw option to return unformatted JSON instead of the formatted summary.
  • Webhook delivery errors are flagged in event listings.

Internal

  • Truncation of long strings in event_details is now scoped to the raw section only, preserving full analyzed data.
  • Added a test suite (npm test) covering the truncation contract.

Breaking

  • event_analysis has been removed — callers must migrate to event_details (same eventId + receipts params).

Full Changelog: https://github.com/iaptic/mcp-server-iaptic/compare/1.1.0...v1.2.0

Beta — feedback welcome: [email protected]