From c998a17dcf6cade9ac25ea9e2dc139f688a2f8bf Mon Sep 17 00:00:00 2001 From: Sowmya Malayanur Date: Wed, 1 Jul 2026 17:20:49 -0700 Subject: [PATCH 1/2] Add Android DRI Search MCP to agency.toml Registers the android-dri-search remote MCP under [mcps.servers] so anyone running Agency from this repo gets the MSAL/Broker/Authenticator DRI search tools (TSGs + past ICMs) automatically. Agency handles Entra auth/proxy. --- agency.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/agency.toml b/agency.toml index ad77bc2c..afdcaa9d 100644 --- a/agency.toml +++ b/agency.toml @@ -7,3 +7,8 @@ es-chat = { type = "es-chat" } workiq = { type = "workiq" } m365-user = { type = "m365-user" } s360-breeze = { type = "s360-breeze" } + +[mcps.servers] +# Android DRI Search — MSAL/Broker/Authenticator TSGs + past ICM incidents via Azure AI Search. +# Custom remote MCP (Entra-authenticated); Agency handles the auth/proxy automatically. +android-dri-search = { type = "http", url = "https://android-dri-mcp.proudbeach-7e7ce77d.eastus.azurecontainerapps.io/mcp", tools = ["*"] } From abac856fdf362161aab23ffe62a6e6ba266f2143 Mon Sep 17 00:00:00 2001 From: Sowmya Malayanur Date: Wed, 1 Jul 2026 18:54:30 -0700 Subject: [PATCH 2/2] Add kusto and icm builtin MCPs to agency.toml for investigator skills --- agency.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agency.toml b/agency.toml index afdcaa9d..489e7cb6 100644 --- a/agency.toml +++ b/agency.toml @@ -7,6 +7,10 @@ es-chat = { type = "es-chat" } workiq = { type = "workiq" } m365-user = { type = "m365-user" } s360-breeze = { type = "s360-breeze" } +# Kusto — android_spans / android_metrics telemetry + eSTS correlation (used by incident/aria investigator + kusto-analyst skills). +kusto = { type = "kusto" } +# ICM — read/triage IcM tickets (used by incident-investigator + aria-alert-investigator skills). +icm = { type = "icm" } [mcps.servers] # Android DRI Search — MSAL/Broker/Authenticator TSGs + past ICM incidents via Azure AI Search.