Meta Pixel Spur MCP Changelog
Docs / MCP
Changelog

Spur MCP release history

Track contract changes to tools, responses, and integration expectations.

v1.2.0

February 2026
  • Added template_requirements tool to return runtime requirements and sample contentMessage payloads
  • Added carousel preflight validation in broadcast_create and broadcast_update for safer template sends
  • Expanded MCP error hints for EC_INVALID_TEMPLATE_ARGS and missing carousel runtime payloads

v1.1.0

February 2026
  • Added segment tooling: segment_filters_catalog, segment_search, segment_create, segment_update, and segment_delete
  • Added broadcast lifecycle tooling: broadcast_create, broadcast_update, broadcast_launch, broadcast_search, broadcast_analytics, and broadcast_overview_stats
  • Expanded Swagger contracts for segment and broadcast endpoints with concrete request/response/error examples
  • Extended MCP error hints for segment and broadcast business-rule failures

v1.0.0

February 2026
  • Initial Spur MCP release with Streamable HTTP transport
  • Initial tool surface covering template draft/submit, message send, contact create/update/delete/search, channels list, and template sync/search/delete
  • Structured error normalization with providerError passthrough and actionable hints
  • Swagger contracts expanded for MCP-backed REST endpoints with concrete success and failure examples

Versioning policy

  • Patch: backward-compatible fixes and error clarity improvements
  • Minor: additive optional fields and non-breaking extensions
  • Major: breaking contract updates with migration guidance