Skip to content

Commit 8f452b6

Browse files
committed
Improve session-defaults schema desc
1 parent 49d46ef commit 8f452b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp/tools/session-management/session_set_defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export async function sessionSetDefaultsLogic(params: Params): Promise<ToolRespo
5151
export default {
5252
name: 'session-set-defaults',
5353
description:
54-
'Set the session defaults needed by many tools. Most tools require one or more session defaults to be set before they can be used. Agents should set the relevant defaults at the beginning of a session.',
54+
'Set the session defaults needed by many tools. Most tools require one or more session defaults to be set before they can be used. Agents should set all relevant defaults up front in a single call (e.g., project/workspace, scheme, simulator or device ID, useLatestOS) to avoid iterative prompts; only set the keys your workflow needs.',
5555
schema: baseSchema.shape,
5656
handler: createTypedTool(schemaObj, sessionSetDefaultsLogic, getDefaultCommandExecutor),
5757
};

0 commit comments

Comments
 (0)