Added
list_audiences now returns campaign_defaults, double_optin, and marketing_permissions for every audience. The /lists endpoint already carries each list's full object, so opt-in mode, GDPR permission state, and default sender for all audiences now come in a single call rather than one get_audience_details per list. Useful for audience/hygiene audits without N extra requests.
get_audience_details now returns audience settings alongside the stats: campaign_defaults, double_optin, marketing_permissions, and email_type_option.
Fixed
- Docker build now copies
README.md (referenced by pyproject.toml) so the image builds instead of failing metadata generation. The PyPI publish also skips already-published versions on re-run.
PyPI: https://pypi.org/project/mailchimp-mcp/1.2.0/