fix(mcp): output for schedule post
This commit is contained in:
parent
9856af5a7a
commit
9ea471e515
|
|
@ -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() })),
|
||||
|
|
|
|||
Loading…
Reference in New Issue