From 395a50b5dc457f571188f5e8539c2d1611156412 Mon Sep 17 00:00:00 2001 From: "Xiang (Sean) Zhou" Date: Thu, 21 Aug 2025 20:06:10 -0700 Subject: [PATCH] chore: add triaging instructions for mcp PiperOrigin-RevId: 798017380 --- contributing/samples/adk_pr_triaging_agent/agent.py | 2 ++ contributing/samples/adk_triaging_agent/agent.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/contributing/samples/adk_pr_triaging_agent/agent.py b/contributing/samples/adk_pr_triaging_agent/agent.py index 6e2f1bd9..11664d47 100644 --- a/contributing/samples/adk_pr_triaging_agent/agent.py +++ b/contributing/samples/adk_pr_triaging_agent/agent.py @@ -32,6 +32,7 @@ LABEL_TO_OWNER = { "documentation": "polong-lin", "services": "DeanChensj", "tools": "seanzhou1023", + "mcp": "seanzhou1023", "eval": "ankursharmas", "live": "hangfei", "models": "genquan9", @@ -267,6 +268,7 @@ root_agent = Agent( - If it's about model support(non-Gemini, like Litellm, Ollama, OpenAI models), label it with "models". - If it's about tracing, label it with "tracing". - If it's agent orchestration, agent definition, label it with "core". + - If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with "mcp". - If you can't find a appropriate labels for the PR, follow the previous instruction that starts with "IMPORTANT:". Here is the contribution guidelines: diff --git a/contributing/samples/adk_triaging_agent/agent.py b/contributing/samples/adk_triaging_agent/agent.py index fef742cc..6bf1660c 100644 --- a/contributing/samples/adk_triaging_agent/agent.py +++ b/contributing/samples/adk_triaging_agent/agent.py @@ -31,6 +31,7 @@ LABEL_TO_OWNER = { "documentation": "polong-lin", "services": "DeanChensj", "question": "", + "mcp": "seanzhou1023", "tools": "seanzhou1023", "eval": "ankursharmas", "live": "hangfei", @@ -182,6 +183,7 @@ root_agent = Agent( - If it's about tracing, label it with "tracing". - If it's agent orchestration, agent definition, label it with "core". - If it's about agent engine, label it with "agent engine". + - If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with "mcp". - If you can't find a appropriate labels for the issue, follow the previous instruction that starts with "IMPORTANT:". Call the `add_label_and_owner_to_issue` tool to label the issue, which will also assign the issue to the owner of the label.