Skip to content

Commit 8bed880

Browse files
committed
Fix failing test
1 parent 3804673 commit 8bed880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('session-set-defaults tool', () => {
1414

1515
it('should have correct description', () => {
1616
expect(plugin.description).toBe(
17-
'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.',
17+
'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.',
1818
);
1919
});
2020

0 commit comments

Comments
 (0)