Skip to content

feat: add tool call params logging#1863

Merged
yulunz merged 1 commit intomainfrom
feat/log-tool-call-params
Apr 15, 2026
Merged

feat: add tool call params logging#1863
yulunz merged 1 commit intomainfrom
feat/log-tool-call-params

Conversation

@yulunz
Copy link
Copy Markdown
Collaborator

@yulunz yulunz commented Apr 14, 2026

This will enable logging for tool params. The server side changes should all be ready now.

parent pr: #1862

BEGIN_COMMIT_OVERRIDE
chore: add tool call params logging
END_COMMIT_OVERRIDE

@yulunz
Copy link
Copy Markdown
Collaborator Author

yulunz commented Apr 14, 2026

TODO for myself: verify log entries show up on the server side.

github-merge-queue Bot pushed a commit that referenced this pull request Apr 15, 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).
Base automatically changed from chore/fix-tool-param-name-casing to main April 15, 2026 18:34
@yulunz yulunz force-pushed the feat/log-tool-call-params branch from 6aec4d0 to 03b7e20 Compare April 15, 2026 18:54
@yulunz yulunz force-pushed the feat/log-tool-call-params branch from 03b7e20 to ba1a7d0 Compare April 15, 2026 18:55
@yulunz
Copy link
Copy Markdown
Collaborator Author

yulunz commented Apr 15, 2026

verified tool params are being logged correctly (and anonymously :) )

@yulunz yulunz added this pull request to the merge queue Apr 15, 2026
Merged via the queue into main with commit 528309a Apr 15, 2026
20 checks passed
@yulunz yulunz deleted the feat/log-tool-call-params branch April 15, 2026 20:27
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