[{"slug":"ZV-2026-0078","server_name":"mcp.lovie.co","severity":"breaking","title":"mcp.lovie.co: Tool captable_run_safe_reminders was renamed to signature_run_reminders.","summary":"[safe] Tool documents_create_from_user_template was added. [safe] Tool documents_get_user_template was added. [safe] Tool documents_list_user_templates was added. [safe] Tool documents_update_document was added. [breaking] Tool captable_run_safe_reminders was renamed to signature_run_reminders. [risky] Enum value PROVIDER_DOCUSIGN added to provider on ads_insight_summarize_campaign_window. [risky] Description of captable_run_safe_reminders changed (100% word delta). [risky] Optional field companyId was added to captable_send_safe_for_signature; may shift model behaviour. [risky] Optional field provider was added to captable_send_safe_for_signature; may shift model behaviour. [risky] Optional field reminderIntervalDays was added to captable_send_safe_for_signature; may shift model behaviour. [risky] Description of formation_get_formation_document_download_url changed (100% word delta). [safe] Description of formation_get_list_incorporation_documents changed (9% word delta). [risky] Optional field sessionId was added to formation_start_formation; may shift model behaviour. [risky] Optional field reminderIntervalDays was added to signature_create_envelope; may shift model behaviour. [breaking] Field signerTokens was removed from signature_create_envelope output; consumers reading it will break.","changes":[{"kind":"tool_added","tool":"documents_create_from_user_template","detail":"Tool `documents_create_from_user_template` was added.","severity":"safe"},{"kind":"tool_added","tool":"documents_get_user_template","detail":"Tool `documents_get_user_template` was added.","severity":"safe"},{"kind":"tool_added","tool":"documents_list_user_templates","detail":"Tool `documents_list_user_templates` was added.","severity":"safe"},{"kind":"tool_added","tool":"documents_update_document","detail":"Tool `documents_update_document` was added.","severity":"safe"},{"kind":"tool_renamed","tool":"captable_run_safe_reminders","after":"signature_run_reminders","before":"captable_run_safe_reminders","detail":"Tool `captable_run_safe_reminders` was renamed to `signature_run_reminders`.","severity":"breaking"},{"kind":"enum_value_added","path":"inputSchema.properties.provider","tool":"ads_insight_summarize_campaign_window","after":"PROVIDER_DOCUSIGN","detail":"Enum value `PROVIDER_DOCUSIGN` added to `provider` on `ads_insight_summarize_campaign_window`.","severity":"risky"},{"kind":"description_changed","tool":"captable_run_safe_reminders","after":"RunSignatureReminders sweeps every Lovie Sign envelope that is still awaiting signature — SAFEs and plain documents alike; Docusign envelopes are excluded because Docusign runs its own reminders — and re-emails the signing link to the signers whose turn it currently is. The sweep is platform-wide, never scoped to the caller's company: it mails every tenant's pending signers and the response lists their emails. The cadence is whatever was configured per envelope when it was sent, capped at 5 (MaxRemindersPerTurn) reminders per signing turn. Each reminder rotates that signer's token, so every link emailed to them earlier stops working. Runs on the syncer cron; also reviewer-invokable for a manual sweep. dry_run reports the would-be sends without emailing, rotating, or persisting anything.","detail":"Description of `captable_run_safe_reminders` changed (100% word delta).","severity":"risky","descriptionDelta":1},{"kind":"input_property_added","path":"inputSchema.properties.companyId","tool":"captable_send_safe_for_signature","after":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"detail":"Optional field `companyId` was added to `captable_send_safe_for_signature`; may shift model behaviour.","severity":"risky"},{"kind":"input_property_added","path":"inputSchema.properties.provider","tool":"captable_send_safe_for_signature","after":{"enum":["SIGNATURE_PROVIDER_UNSPECIFIED","SIGNATURE_PROVIDER_LOVIE_SIGN","SIGNATURE_PROVIDER_DOCUSIGN"],"type":"string"},"detail":"Optional field `provider` was added to `captable_send_safe_for_signature`; may shift model behaviour.","severity":"risky"},{"kind":"input_property_added","path":"inputSchema.properties.reminderIntervalDays","tool":"captable_send_safe_for_signature","after":{"type":"integer","maximum":365,"minimum":0},"detail":"Optional field `reminderIntervalDays` was added to `captable_send_safe_for_signature`; may shift model behaviour.","severity":"risky"},{"kind":"description_changed","tool":"formation_get_formation_document_download_url","after":"GetFormationDocumentDownloadUrl returns a short-lived presigned S3 URL for one document on a formation, selected by FormationDocumentType: the draft certificate, the state-stamped certificate, the post-formation bundle, or one of the three distinct EIN documents — the UNSIGNED SS-4 draft (EIN), the founder-signed SS-4 (SIGNED_EIN, which carries an SSN or ITIN), and the IRS EIN assignment letter, CP-575 (OFFICIAL_EIN). Those three are different files; \"the EIN document\" names none of them unambiguously.  A reviewer may fetch any document of any formation. A non-reviewer reaches only formations they already own, and never an unclaimed one — knowing a formation id is not ownership. This tool is reviewer-gated on the MCP surface regardless.","detail":"Description of `formation_get_formation_document_download_url` changed (100% word delta).","severity":"risky","descriptionDelta":1},{"kind":"description_changed","tool":"formation_get_list_incorporation_documents","after":"Returns a company's incorporation documents — certificate of incorporation, bylaws, incorporator action, board resolution, per-founder IP assignments and 83(b) elections, and the IRS EIN assignment letter (CP-575) — each with its filing and effective dates, jurisdiction, status and notes. Read-only. The 83(b) rows carry a statutory deadline: 30 days from the share issue, unreopenable, and filed by the founder personally, so a status of EXPIRED means the window closed, NOT that the founder failed to file. Sensitive rows (83(b), EIN) are returned only to a company owner or accountant.","before":"Returns a company's incorporation documents — certificate of incorporation, bylaws, incorporator action, board resolution, per-founder IP assignments and 83(b) elections, and the EIN confirmation — each with its filing and effective dates, jurisdiction, status and notes. Read-only. The 83(b) rows carry a statutory deadline: 30 days from the share issue, unreopenable, and filed by the founder personally, so a status of EXPIRED means the window closed, NOT that the founder failed to file. Sensitive rows (83(b), EIN) are returned only to a company owner or accountant.","detail":"Description of `formation_get_list_incorporation_documents` changed (9% word delta).","severity":"safe","descriptionDelta":0.08695652173913049},{"kind":"input_property_added","path":"inputSchema.properties.sessionId","tool":"formation_start_formation","after":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"detail":"Optional field `sessionId` was added to `formation_start_formation`; may shift model behaviour.","severity":"risky"},{"kind":"input_property_added","path":"inputSchema.properties.reminderIntervalDays","tool":"signature_create_envelope","after":{"type":"integer","maximum":365,"minimum":0},"detail":"Optional field `reminderIntervalDays` was added to `signature_create_envelope`; may shift model behaviour.","severity":"risky"},{"kind":"output_property_removed","path":"outputSchema.properties.signerTokens","tool":"signature_create_envelope","before":{"type":"array","items":{"type":"object","properties":{"rawToken":{"type":"string"},"signerId":{"type":"string"}}}},"detail":"Field `signerTokens` was removed from `signature_create_envelope` output; consumers reading it will break.","severity":"breaking"}],"published_at":"2026-08-17T07:16:11.598Z"},{"slug":"ZV-2026-0077","server_name":"mcp.lovie.co","severity":"breaking","title":"mcp.lovie.co: Tool card_get_list_card_controls was removed.","summary":"[breaking] Tool card_get_list_card_controls was removed. [breaking] Tool card_get_list_card_details was removed. [safe] Tool card_create_card was added. [breaking] Tool card_get_card_details was renamed to card_freeze_card. [breaking] Tool card_get_list_card_limits was renamed to card_get_card_spend. [safe] Tool card_get_list_card_transactions was added. [safe] Tool card_get_list_org_cards was added. [safe] Tool card_unfreeze_card was added. [safe] Tool card_update_card_spend_limit was added. [risky] Field signatureBlock was added to cap_table_get_cap_table_agreement output. [risky] Optional field documentId was added to cap_table_import_safe; may shift model behaviour. [risky] Optional field preview was added to cap_table_import_safe; may shift model behaviour. [risky] Field preview was added to cap_table_import_safe output. [risky] Description of captable_run_safe_reminders changed (100% word delta). [breaking] Field id was renamed to cardId on card_get_card. [breaking] Field details was removed from card_get_card output; consumers reading it will break. [risky] Description of card_get_card_details changed (100% word delta). [breaking] Field details was removed from card_get_card_details output; consumers reading it will break. [risky] Field card was added to card_get_card_details output. [breaking] Field limits was removed from card_get_list_card_limits output; consumers reading it will break. [risky] Field cardId was added to card_get_list_card_limits output. [risky] Field limitCents was added to card_get_list_card_limits output. [risky] Field limitInterval was added to card_get_list_card_limits output. [risky] Field totalSpentCents was added to card_get_list_card_limits output. [breaking] Field filter was removed from card_get_list_cards input; consumers still sending it may be rejected or silently ignored. [breaking] Field pageSize was removed from card_get_list_cards input; consumers still sending it may be rejected or silently ignored. [breaking] Field pageT","changes":[{"kind":"tool_removed","tool":"card_get_list_card_controls","detail":"Tool `card_get_list_card_controls` was removed.","severity":"breaking"},{"kind":"tool_removed","tool":"card_get_list_card_details","detail":"Tool `card_get_list_card_details` was removed.","severity":"breaking"},{"kind":"tool_added","tool":"card_create_card","detail":"Tool `card_create_card` was added.","severity":"safe"},{"kind":"tool_renamed","tool":"card_get_card_details","after":"card_freeze_card","before":"card_get_card_details","detail":"Tool `card_get_card_details` was renamed to `card_freeze_card`.","severity":"breaking"},{"kind":"tool_renamed","tool":"card_get_list_card_limits","after":"card_get_card_spend","before":"card_get_list_card_limits","detail":"Tool `card_get_list_card_limits` was renamed to `card_get_card_spend`.","severity":"breaking"},{"kind":"tool_added","tool":"card_get_list_card_transactions","detail":"Tool `card_get_list_card_transactions` was added.","severity":"safe"},{"kind":"tool_added","tool":"card_get_list_org_cards","detail":"Tool `card_get_list_org_cards` was added.","severity":"safe"},{"kind":"tool_added","tool":"card_unfreeze_card","detail":"Tool `card_unfreeze_card` was added.","severity":"safe"},{"kind":"tool_added","tool":"card_update_card_spend_limit","detail":"Tool `card_update_card_spend_limit` was added.","severity":"safe"},{"kind":"output_property_added","path":"outputSchema.properties.signatureBlock","tool":"cap_table_get_cap_table_agreement","after":{"type":"object","properties":{"companyEmail":{"type":"string"},"investorEmail":{"type":"string"},"investorTitle":{"type":"string"},"companyAddress":{"type":"string"},"investorAddress":{"type":"string"},"companySignerName":{"type":"string"},"companySignerTitle":{"type":"string"}}},"detail":"Field `signatureBlock` was added to `cap_table_get_cap_table_agreement` output.","severity":"risky"},{"kind":"input_property_added","path":"inputSchema.properties.documentId","tool":"cap_table_import_safe","after":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"detail":"Optional field `documentId` was added to `cap_table_import_safe`; may shift model behaviour.","severity":"risky"},{"kind":"input_property_added","path":"inputSchema.properties.preview","tool":"cap_table_import_safe","after":{"type":"boolean"},"detail":"Optional field `preview` was added to `cap_table_import_safe`; may shift model behaviour.","severity":"risky"},{"kind":"output_property_added","path":"outputSchema.properties.preview","tool":"cap_table_import_safe","after":{"type":"object","properties":{"isSigned":{"type":"boolean"},"postMoney":{"type":"boolean"},"termsSource":{"type":"string"},"discountRate":{"type":"string"},"investorName":{"type":"string"},"valuationCap":{"type":"string"},"effectiveDate":{"type":"string"},"investmentAmount":{"type":"string"},"matchedStakeholderId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."}}},"detail":"Field `preview` was added to `cap_table_import_safe` output.","severity":"risky"},{"kind":"description_changed","tool":"captable_run_safe_reminders","before":"RunSafeSignatureReminders sweeps unsigned SAFE envelopes and re-emails the signing link to each still-pending signer once per 3-day and 7-day threshold (dedup keys persisted on the envelope so a reminder never repeats). Runs on the syncer cron; also reviewer-invokable for a manual sweep. dry_run computes without emailing or persisting.","detail":"Description of `captable_run_safe_reminders` changed (100% word delta).","severity":"risky","descriptionDelta":1},{"kind":"input_property_renamed","path":"inputSchema.properties.id","tool":"card_get_card","after":"cardId","before":"id","detail":"Field `id` was renamed to `cardId` on `card_get_card`.","severity":"breaking"},{"kind":"output_property_removed","path":"outputSchema.properties.details","tool":"card_get_card","before":{"type":"object","properties":{"id":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"cardId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncStatus":{"enum":["SYNC_STATUS_UNSPECIFIED","SYNC_STATUS_PENDING","SYNC_STATUS_SYNCING","SYNC_STATUS_SYNCED","SYNC_STATUS_FAILED","SYNC_STATUS_NOT_APPLICABLE"],"type":"string"},"errorMessage":{"type":"string"},"lastSyncedAt":{"type":"string","format":"date-time"},"providerCardId":{"type":"string"},"stripeMetadata":{"type":"object","properties":{"brand":{"type":"string"},"last4":{"type":"string"},"funding":{"type":"string"},"stripeCardId":{"type":"string"},"stripeCardholderId":{"type":"string"},"stripeFinancialAccountId":{"type":"string"}}},"galileoMetadata":{"type":"object","properties":{"last4":{"type":"string"},"galileoPrn":{"type":"string"},"galileoProgramId":{"type":"string"},"galileoAccountNumber":{"type":"string"}}},"marqetaMetadata":{"type":"object","properties":{"lastFour":{"type":"string"},"panToken":{"type":"string"},"marqetaCardToken":{"type":"string"},"marqetaUserToken":{"type":"string"},"marqetaCardProductToken":{"type":"string"}}}}},"detail":"Field `details` was removed from `card_get_card` output; consumers reading it will break.","severity":"breaking"},{"kind":"description_changed","tool":"card_get_card_details","after":"Suspend a card at the issuer so it declines new charges. The card is not closed and no money moves; UnfreezeCard restores it. Safe to repeat: a card that is already frozen is returned unchanged and successfully. Only report a card as frozen when the call succeeded — an error means it is still live.","detail":"Description of `card_get_card_details` changed (100% word delta).","severity":"risky","descriptionDelta":1},{"kind":"output_property_removed","path":"outputSchema.properties.details","tool":"card_get_card_details","before":{"type":"object","properties":{"id":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"cardId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncStatus":{"enum":["SYNC_STATUS_UNSPECIFIED","SYNC_STATUS_PENDING","SYNC_STATUS_SYNCING","SYNC_STATUS_SYNCED","SYNC_STATUS_FAILED","SYNC_STATUS_NOT_APPLICABLE"],"type":"string"},"errorMessage":{"type":"string"},"lastSyncedAt":{"type":"string","format":"date-time"},"providerCardId":{"type":"string"},"stripeMetadata":{"type":"object","properties":{"brand":{"type":"string"},"last4":{"type":"string"},"funding":{"type":"string"},"stripeCardId":{"type":"string"},"stripeCardholderId":{"type":"string"},"stripeFinancialAccountId":{"type":"string"}}},"galileoMetadata":{"type":"object","properties":{"last4":{"type":"string"},"galileoPrn":{"type":"string"},"galileoProgramId":{"type":"string"},"galileoAccountNumber":{"type":"string"}}},"marqetaMetadata":{"type":"object","properties":{"lastFour":{"type":"string"},"panToken":{"type":"string"},"marqetaCardToken":{"type":"string"},"marqetaUserToken":{"type":"string"},"marqetaCardProductToken":{"type":"string"}}}}},"detail":"Field `details` was removed from `card_get_card_details` output; consumers reading it will break.","severity":"breaking"},{"kind":"output_property_added","path":"outputSchema.properties.card","tool":"card_get_card_details","after":{"type":"object","required":["id","companyId"],"properties":{"id":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"zip":{"type":"string"},"last4":{"type":"string"},"expiry":{"type":"string"},"status":{"enum":["CARD_STATUS_UNSPECIFIED","CARD_STATUS_ACTIVE","CARD_STATUS_FROZEN","CARD_STATUS_CANCELLED"],"type":"string"},"userId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"address":{"type":"string"},"network":{"type":"string"},"nickname":{"type":"string"},"provider":{"type":"string"},"accountId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"companyId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"assignedTo":{"type":"string"},"cardholder":{"type":"string"},"fullAddress":{"type":"string"},"terminatedAt":{"type":"string","format":"date-time"},"spendInterval":{"enum":["SPEND_INTERVAL_UNSPECIFIED","SPEND_INTERVAL_DAILY","SPEND_INTERVAL_MONTHLY","SPEND_INTERVAL_YEARLY","SPEND_INTERVAL_TRANSACTION"],"type":"string"},"spendLimitCents":{"type":"string"},"currentSpendCents":{"type":"string"}}},"detail":"Field `card` was added to `card_get_card_details` output.","severity":"risky"},{"kind":"output_property_removed","path":"outputSchema.properties.limits","tool":"card_get_list_card_limits","before":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"amount":{"type":"string"},"cardId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"period":{"enum":["LIMIT_PERIOD_UNSPECIFIED","LIMIT_PERIOD_TRANSACTION","LIMIT_PERIOD_DAILY","LIMIT_PERIOD_WEEKLY","LIMIT_PERIOD_MONTHLY"],"type":"string"},"currency":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"limitType":{"enum":["LIMIT_TYPE_UNSPECIFIED","LIMIT_TYPE_SPENDING","LIMIT_TYPE_ATM_WITHDRAWAL","LIMIT_TYPE_ONLINE","LIMIT_TYPE_CONTACTLESS"],"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"amountUsed":{"type":"string"}}}},"detail":"Field `limits` was removed from `card_get_list_card_limits` output; consumers reading it will break.","severity":"breaking"},{"kind":"output_property_added","path":"outputSchema.properties.cardId","tool":"card_get_list_card_limits","after":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"detail":"Field `cardId` was added to `card_get_list_card_limits` output.","severity":"risky"},{"kind":"output_property_added","path":"outputSchema.properties.limitCents","tool":"card_get_list_card_limits","after":{"type":"string"},"detail":"Field `limitCents` was added to `card_get_list_card_limits` output.","severity":"risky"},{"kind":"output_property_added","path":"outputSchema.properties.limitInterval","tool":"card_get_list_card_limits","after":{"enum":["SPEND_INTERVAL_UNSPECIFIED","SPEND_INTERVAL_DAILY","SPEND_INTERVAL_MONTHLY","SPEND_INTERVAL_YEARLY","SPEND_INTERVAL_TRANSACTION"],"type":"string"},"detail":"Field `limitInterval` was added to `card_get_list_card_limits` output.","severity":"risky"},{"kind":"output_property_added","path":"outputSchema.properties.totalSpentCents","tool":"card_get_list_card_limits","after":{"type":"string"},"detail":"Field `totalSpentCents` was added to `card_get_list_card_limits` output.","severity":"risky"},{"kind":"input_property_removed","path":"inputSchema.properties.filter","tool":"card_get_list_cards","before":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"maxItems":100},"statuses":{"type":"array","items":{"enum":["CARD_STATUS_UNSPECIFIED","CARD_STATUS_INACTIVE","CARD_STATUS_ACTIVE","CARD_STATUS_BLOCKED","CARD_STATUS_FROZEN","CARD_STATUS_LOST","CARD_STATUS_STOLEN","CARD_STATUS_EXPIRED","CARD_STATUS_CANCELLED"],"type":"string"},"maxItems":15},"accountId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"cardForms":{"type":"array","items":{"enum":["CARD_FORM_UNSPECIFIED","CARD_FORM_PHYSICAL","CARD_FORM_VIRTUAL"],"type":"string"},"maxItems":5},"cardTypes":{"type":"array","items":{"enum":["CARD_TYPE_UNSPECIFIED","CARD_TYPE_DEBIT","CARD_TYPE_CREDIT","CARD_TYPE_PREPAID"],"type":"string"},"maxItems":10},"companyId":{"type":"object","properties":{"value":{"type":"string","format":"uuid"}},"description":"UUID value wrapper."},"providers":{"type":"array","items":{"enum":["CARD_PROVIDER_UNSPECIFIED","CARD_PROVIDER_INTERNAL","CARD_PROVIDER_STRIPE","CARD_PROVIDER_MARQETA","CARD_PROVIDER_GALILEO","CARD_PROVIDER_INCREASE"],"type":"string"},"maxItems":10},"displayNameSearch":{"type":"string","pattern":"^[A-Za-z0-9 .,'/&()#_:@!?%$*+=-]*$","maxLength":255}}},"detail":"Field `filter` was removed from `card_get_list_cards` input; consumers still sending it may be rejected or silently ignored.","severity":"breaking"},{"kind":"input_property_removed","path":"inputSchema.properties.pageSize","tool":"card_get_list_cards","before":{"type":"integer","maximum":100,"minimum":0},"detail":"Field `pageSize` was removed from `card_get_list_cards` input; consumers still sending it may be rejected or silently ignored.","severity":"breaking"},{"kind":"input_property_removed","path":"inputSchema.properties.pageToken","tool":"card_get_list_cards","before":{"type":"string","pattern":"^[A-Za-z0-9+/=_-]*$","maxLength":500},"detail":"Field `pageToken` was removed from `card_get_list_cards` input; consumers still sending it may be rejected or silently ignored.","severity":"breaking"},{"kind":"input_property_added","path":"inputSchema.properties.includeCanceled","tool":"card_get_list_cards","after":{"type":"boolean"},"detail":"Optional field `includeCanceled` was added to `card_get_list_cards`; may shift model behaviour.","severity":"risky"},{"kind":"output_property_removed","path":"outputSchema.properties.totalCount","tool":"card_get_list_cards","before":{"type":"integer"},"detail":"Field `totalCount` was removed from `card_get_list_cards` output; consumers reading it will break.","severity":"breaking"},{"kind":"output_property_removed","path":"outputSchema.properties.nextPageToken","tool":"card_get_list_cards","before":{"type":"string"},"detail":"Field `nextPageToken` was removed from `card_get_list_cards` output; consumers reading it will break.","severity":"breaking"}],"published_at":"2026-08-17T07:06:09.638Z"}]