File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/cli-v3/src/commands Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import {
1515} from "../utilities/fileSystem.js" ;
1616import { printStandloneInitialBanner } from "../utilities/initialBanner.js" ;
1717import { VERSION } from "../version.js" ;
18- import { spinner } from "../utilities/windows.js" ;
1918
2019const cliVersion = VERSION as string ;
2120const cliTag = cliVersion . includes ( "v4-beta" ) ? "v4-beta" : "latest" ;
@@ -113,7 +112,7 @@ type ResolvedClients = SupportedClients | "unsupported";
113112
114113const InstallMcpCommandOptions = z . object ( {
115114 projectRef : z . string ( ) . optional ( ) ,
116- tag : z . string ( ) . default ( cliVersion ) ,
115+ tag : z . string ( ) . default ( cliTag ) ,
117116 devOnly : z . boolean ( ) . optional ( ) ,
118117 yolo : z . boolean ( ) . default ( false ) ,
119118 scope : z . enum ( scopes ) . optional ( ) ,
You can’t perform that action at this time.
0 commit comments