Skip to content

Commit 395a50b

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: add triaging instructions for mcp
PiperOrigin-RevId: 798017380
1 parent ddb070f commit 395a50b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

contributing/samples/adk_pr_triaging_agent/agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"documentation": "polong-lin",
3333
"services": "DeanChensj",
3434
"tools": "seanzhou1023",
35+
"mcp": "seanzhou1023",
3536
"eval": "ankursharmas",
3637
"live": "hangfei",
3738
"models": "genquan9",
@@ -267,6 +268,7 @@ def add_comment_to_pr(pr_number: int, comment: str) -> dict[str, Any]:
267268
- If it's about model support(non-Gemini, like Litellm, Ollama, OpenAI models), label it with "models".
268269
- If it's about tracing, label it with "tracing".
269270
- If it's agent orchestration, agent definition, label it with "core".
271+
- If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with "mcp".
270272
- If you can't find a appropriate labels for the PR, follow the previous instruction that starts with "IMPORTANT:".
271273
272274
Here is the contribution guidelines:

contributing/samples/adk_triaging_agent/agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"documentation": "polong-lin",
3232
"services": "DeanChensj",
3333
"question": "",
34+
"mcp": "seanzhou1023",
3435
"tools": "seanzhou1023",
3536
"eval": "ankursharmas",
3637
"live": "hangfei",
@@ -182,6 +183,7 @@ def change_issue_type(issue_number: int, issue_type: str) -> dict[str, Any]:
182183
- If it's about tracing, label it with "tracing".
183184
- If it's agent orchestration, agent definition, label it with "core".
184185
- If it's about agent engine, label it with "agent engine".
186+
- If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with "mcp".
185187
- If you can't find a appropriate labels for the issue, follow the previous instruction that starts with "IMPORTANT:".
186188
187189
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.

0 commit comments

Comments
 (0)