You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ mcp.tool('slides_generate', 'Generate slides with 2slides. Returns job info incl
49
49
// Tool: jobs_get -> GET /api/v1/jobs/{job-id}
50
50
constJobArgs={jobId: z.string().min(1)};
51
51
52
-
mcp.tool('jobs_get','Get job status/result by jobId from 2slides.',JobArgs,async(args: any,_extra: any)=>{
52
+
mcp.tool('jobs_get','Get job status/result by jobId from 2slides. Please check every 10 seconds until the status is success.',JobArgs,async(args: any,_extra: any)=>{
0 commit comments