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: packages/cli-v3/src/mcp/config.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ export const toolsMetadata = {
74
74
name: "deploy",
75
75
title: "Deploy",
76
76
description:
77
-
"Deploy a project. Use this tool when you need to deploy a project. This will trigger a deployment for the project.",
77
+
"Deploy a project. Use this tool when you need to deploy a project. This will trigger a deployment for the project. This is a long running operation and including a progress token will allow you to display the progress to the user.",
0 commit comments