Fix stale list_tokens reference in primer_coding_guidelines tool text#7575
Merged
lukasoppermann merged 2 commits intomcp-design-tokens-updatefrom Feb 20, 2026
Merged
Fix stale list_tokens reference in primer_coding_guidelines tool text#7575lukasoppermann merged 2 commits intomcp-design-tokens-updatefrom
list_tokens reference in primer_coding_guidelines tool text#7575lukasoppermann merged 2 commits intomcp-design-tokens-updatefrom
Conversation
|
…of list_tokens Co-authored-by: lukasoppermann <813754+lukasoppermann@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update design token tools enhancement based on feedback
Fix stale Feb 20, 2026
list_tokens reference in primer_coding_guidelines tool text
lukasoppermann
approved these changes
Feb 20, 2026
cf1b363
into
mcp-design-tokens-update
40 of 41 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
primer_coding_guidelinestool still instructed callers to uselist_tokens, which was removed in #7574 and replaced withfind_tokens,get_design_token_specs, andget_token_group_bundle.Changelog
Changed
primer_coding_guidelinestool text: replacedlist_tokensreference with the three replacement token tools, each with a brief description of its purpose:find_tokens— search by keyword or groupget_design_token_specs— browse available token groupsget_token_group_bundle— retrieve all tokens within a specific groupNew
Removed
Rollout strategy
Testing & Reviewing
Verify the
primer_coding_guidelinestool response no longer referenceslist_tokensand correctly points to the three token tools introduced in #7574.Merge checklist
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.