chromedevtools--chrome-devtools-mcp
9a47b657d7
The changes in the PR intercepts the name of the MCP client right after server initialization, coverts it into one of the existing enum values, and append it with the telemetry request. Note that the client name is unset if there is no client connected yet. This means the server_start event won't have a client name. Tested with gemini-cli. --------- Co-authored-by: Yulun Zeng <yulunz@chromium.org>