fix(mcp): output for schedule post

This commit is contained in:
Nevo David 2025-10-17 14:37:46 +07:00
parent 9856af5a7a
commit 9ea471e515
1 changed files with 1 additions and 3 deletions

View File

@ -94,10 +94,8 @@ If the tools return errors, you would need to rerun it with the right parameters
output: z
.array(
z.object({
id: z.string(),
postId: z.string(),
releaseURL: z.string(),
status: z.string(),
integration: z.string(),
})
)
.or(z.object({ errors: z.string() })),