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
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_detailstool replacesevent_analysis, backed by the new/events/:idendpoint (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_listnow supports arawoption to return unformatted JSON instead of the formatted summary.- Webhook delivery errors are flagged in event listings.
Internal
- Truncation of long strings in
event_detailsis now scoped to the raw section only, preserving full analyzed data. - Added a test suite (
npm test) covering the truncation contract.
Breaking
event_analysishas been removed — callers must migrate toevent_details(sameeventId+receiptsparams).
Full Changelog: https://github.com/iaptic/mcp-server-iaptic/compare/1.1.0...v1.2.0