Skip to content

Commit 81dd313

Browse files
Claudeclaude
authored andcommitted
fix: bump EXPECTED_TOOL_COUNTS for contribute_feedback tool (OD-780)
contribute_feedback was added to all tiers but smoke test counts were not updated, breaking CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bf26e63 commit 81dd313

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/e2e/mcp-client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export const DEV_TOOLS = [
278278
* Note: Aliases are hidden by default. Set GITMEM_FULL_ALIASES=1 to show all.
279279
*/
280280
export const EXPECTED_TOOL_COUNTS = {
281-
free: 22,
282-
pro: 27,
283-
dev: 31,
281+
free: 23,
282+
pro: 28,
283+
dev: 32,
284284
} as const;

0 commit comments

Comments
 (0)