Skip to content

Commit f0fe657

Browse files
committed
fix: disable MCP auto open feature by default
1 parent 2cafcd7 commit f0fe657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const after = async result => {
7474
env: {
7575
...process.env,
7676
DANGEROUSLY_OMIT_AUTH: true,
77+
MCP_AUTO_OPEN_ENABLED: false,
7778
},
7879
})
7980

0 commit comments

Comments
 (0)