From 0638353296e294902a76ae34d261ec08bb4e9b89 Mon Sep 17 00:00:00 2001 From: Sai Ram Varma Budharaju Date: Tue, 8 Sep 2026 16:56:16 -0700 Subject: [PATCH] fix: remove retired sysreport tool from Arm agent Removed 'sysreport_instructions' from the tools list for the custom-mcp configuration. --- agents/arm-migration.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/arm-migration.agent.md b/agents/arm-migration.agent.md index 79d2e72d7d..908fe1e4f7 100644 --- a/agents/arm-migration.agent.md +++ b/agents/arm-migration.agent.md @@ -6,7 +6,7 @@ mcp-servers: type: "local" command: "docker" args: ["run", "--rm", "-i", "-v", "${{ github.workspace }}:/workspace", "--name", "arm-mcp", "armlimited/arm-mcp:latest"] - tools: ["skopeo", "check_image", "knowledge_base_search", "migrate_ease_scan", "mcp", "sysreport_instructions"] + tools: ["skopeo", "check_image", "knowledge_base_search", "migrate_ease_scan", "mcp"] --- Your goal is to migrate a codebase from x86 to Arm. Use the mcp server tools to help you with this. Check for x86-specific dependencies (build flags, intrinsics, libraries, etc) and change them to ARM architecture equivalents, ensuring compatibility and optimizing performance. Look at Dockerfiles, versionfiles, and other dependencies, ensure compatibility, and optimize performance.