mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
Changes to add MCP tool count, and MCP tool name as dimension (#6631)
Co-authored-by: Ravikant Agarwal <ravikantag@google.com> Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
@@ -237,4 +237,13 @@ export enum EventMetadataKey {
|
||||
|
||||
// Logs tool type whether it is mcp or native.
|
||||
GEMINI_CLI_TOOL_TYPE = 62,
|
||||
|
||||
// Logs count of MCP servers in Start Session Event
|
||||
GEMINI_CLI_START_SESSION_MCP_SERVERS_COUNT = 63,
|
||||
|
||||
// Logs count of MCP tools in Start Session Event
|
||||
GEMINI_CLI_START_SESSION_MCP_TOOLS_COUNT = 64,
|
||||
|
||||
// Logs name of MCP tools as comma seperated string
|
||||
GEMINI_CLI_START_SESSION_MCP_TOOLS = 65,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user