Skip to content

Commit 8c1c9c9

Browse files
committed
devin requested changes
1 parent f1efa24 commit 8c1c9c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli-v3/src/commands/install-mcp.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ async function installMcpServerForClient(
328328
return { configPath, clientName, scope };
329329
}
330330

331-
type McpServerConfig = Record<string, string | Array<string> | boolean | undefined>;
331+
type McpServerConfig = Record<string, string | Array<string> | boolean | number | undefined>;
332332
type McpServerScope = {
333333
scope: (typeof scopes)[number];
334334
location: string;
@@ -538,6 +538,7 @@ function resolveMcpServerConfig(
538538
return {
539539
command: "npx",
540540
args,
541+
startup_timeout_sec: 30,
541542
};
542543
}
543544
case "zed": {

0 commit comments

Comments
 (0)