We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1efa24 commit 8c1c9c9Copy full SHA for 8c1c9c9
packages/cli-v3/src/commands/install-mcp.ts
@@ -328,7 +328,7 @@ async function installMcpServerForClient(
328
return { configPath, clientName, scope };
329
}
330
331
-type McpServerConfig = Record<string, string | Array<string> | boolean | undefined>;
+type McpServerConfig = Record<string, string | Array<string> | boolean | number | undefined>;
332
type McpServerScope = {
333
scope: (typeof scopes)[number];
334
location: string;
@@ -538,6 +538,7 @@ function resolveMcpServerConfig(
538
return {
539
command: "npx",
540
args,
541
+ startup_timeout_sec: 30,
542
};
543
544
case "zed": {
0 commit comments