diff --git a/agency.toml b/agency.toml index ad77bc2c..489e7cb6 100644 --- a/agency.toml +++ b/agency.toml @@ -7,3 +7,12 @@ 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. +# 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 = ["*"] }