Skip to content

chore: turn arg name into snake case in sanitization#1862

Merged
yulunz merged 1 commit intomainfrom
chore/fix-tool-param-name-casing
Apr 15, 2026
Merged

chore: turn arg name into snake case in sanitization#1862
yulunz merged 1 commit intomainfrom
chore/fix-tool-param-name-casing

Conversation

@yulunz
Copy link
Copy Markdown
Collaborator

@yulunz yulunz commented Apr 14, 2026

This fixes the casing of the tool call params. We don't need any server side fix since they are already converted to snake case in the proto definition. This is needed nevertheless since the sanitizeParams() function will be called when we log the params (see the next PR: #1863 1863).

@yulunz yulunz requested a review from OrKoN April 14, 2026 23:32
@yulunz yulunz added this pull request to the merge queue Apr 15, 2026
Merged via the queue into main with commit 48e484f Apr 15, 2026
32 of 34 checks passed
@yulunz yulunz deleted the chore/fix-tool-param-name-casing branch April 15, 2026 18:34
github-merge-queue bot pushed a commit that referenced this pull request Apr 15, 2026
This will enable logging for tool params. The server side changes should
all be ready now.

parent pr: #1862
beaufortfrancois pushed a commit to beaufortfrancois/chrome-devtools-mcp that referenced this pull request Apr 16, 2026
…1862)

This fixes the casing of the tool call params. We don't need any server
side fix since they are already converted to snake case in the proto
definition. This is needed nevertheless since the sanitizeParams()
function will be called when we log the params (see the next PR: ChromeDevTools#1863
1863).
beaufortfrancois pushed a commit to beaufortfrancois/chrome-devtools-mcp that referenced this pull request Apr 16, 2026
This will enable logging for tool params. The server side changes should
all be ready now.

parent pr: ChromeDevTools#1862
wolfib pushed a commit that referenced this pull request Apr 16, 2026
This fixes the casing of the tool call params. We don't need any server
side fix since they are already converted to snake case in the proto
definition. This is needed nevertheless since the sanitizeParams()
function will be called when we log the params (see the next PR: #1863
1863).
wolfib pushed a commit that referenced this pull request Apr 16, 2026
This will enable logging for tool params. The server side changes should
all be ready now.

parent pr: #1862
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants