You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(session-defaults): Keep runtime config immutable after init
Limit config-store persistence updates to session-default fields so non-session runtime\nsettings stay fixed for process lifetime after server startup.\n\nUpdate session profile tooling/manifests to match the new flow, including\nprofile activation behavior and clearer session-default tool descriptions.
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: skills/xcodebuildmcp/SKILL.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,16 @@ If a capability is missing, assume your tool list may be hiding tools (search/pr
20
20
21
21
### Session defaults
22
22
23
-
Before you call any other tools, you **must** call `session_show_defaults` to show the current defaults, ensure you then fill in the appropriate missing defaults. You may need to call one or more discovery/list tools to obtain the values needed.
23
+
Before you call any other tools, you **must** call `session_show_defaults` to show the current defaults, then fill in any missing defaults. You may need discovery/list tools first to obtain valid values.
24
24
25
-
-`session_set_defaults`
26
-
- Set the session defaults, should be called at least once to set tool defaults.
27
25
-`session_show_defaults`
28
-
- Show session defaults.
26
+
- Show the current active defaults (including the active profile name).
27
+
-`session_set_defaults`
28
+
- Set defaults for the current active profile, or set defaults for a specific profile via `profile`.
29
+
-`session_use_defaults_profile`
30
+
- Switch the active defaults profile.
29
31
-`session_clear_defaults`
30
-
- Clear session defaults.
32
+
- Clear defaults (current active profile by default, or a specific profile when provided).
0 commit comments