Draft
Sync Midjourney/Producer task responses with Docs task schema updates#475
Conversation
Copilot
AI
changed the title
[WIP] Sync MCP servers with updated Docs changes
Sync Midjourney/Producer task responses with Docs task schema updates
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs updates added
created_at,started_at,finished_at, andelapsedfields to task responses across the affected services. This PR aligns the touched MCPs with that contract and removes a couple of stale schema/documentation mismatches surfaced during the sync.Task response schema alignment
midjourney_get_tasks_batchandproducer_get_tasks_batchnow return the raw API JSON shape instead of reformatting responses into custom text.Midjourney batch task formatting
format_batch_task_result()helper in Midjourney utilities.Producer batch task formatting
producer_get_tasks_batch.OpenAI task contract wording
openai_get_taskdocumentation to describestarted_atandelapsedinstead of the olderdurationfield name used in task responses.Fish usage guide cleanup
opusformat mention from the Fish usage guide so the documented format list matches the current API contract.Regression coverage
Example of the batch-task behavior change: