Skip to content

Commit 60efbf1

Browse files
himerusclaude
andcommitted
fix: add changeset and fix integration test tool count
Adds missing changeset for docs PR. Updates integration test to include resolve_css_api (67 core tools). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2b7eef9 commit 60efbf1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'helixir': patch
3+
---
4+
5+
docs: make styling cookbook library-agnostic and add validation workflow references

tests/integration/server.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ describe.skipIf(!SERVER_AVAILABLE)('MCP server integration (with tokensPath conf
140140
});
141141
});
142142

143-
it('returns all expected tool names (66 core + 2 token when configured)', async () => {
143+
it('returns all expected tool names (67 core + 2 token when configured)', async () => {
144144
sendRequest('tools/list', {});
145145
const response = await recv();
146146

@@ -227,6 +227,7 @@ describe.skipIf(!SERVER_AVAILABLE)('MCP server integration (with tokensPath conf
227227
'check_color_contrast',
228228
'check_transition_animation',
229229
'check_shadow_dom_js',
230+
'resolve_css_api',
230231
];
231232
const tokenTools = ['get_design_tokens', 'find_token'];
232233
const expectedTools = [...coreTools, ...tokenTools];

0 commit comments

Comments
 (0)