From 7447c380d1511029a15bd137031f0a4d39c2093a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:39:01 +0000 Subject: [PATCH] feat(skill): add playwright-mcp example to apm.yml.template Add io.github.microsoft/playwright-mcp as a second MCP dependency example in assets/apm.yml.template, matching the canonical homepage manifest example at https://microsoft.github.io/apm/#the-manifest. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- skills/agent-package-manager/assets/apm.yml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/agent-package-manager/assets/apm.yml.template b/skills/agent-package-manager/assets/apm.yml.template index 14e9584..100bc23 100644 --- a/skills/agent-package-manager/assets/apm.yml.template +++ b/skills/agent-package-manager/assets/apm.yml.template @@ -20,6 +20,7 @@ dependencies: - github/awesome-copilot/agents/api-architect.agent.md mcp: - io.github.github/github-mcp-server + - io.github.microsoft/playwright-mcp compilation: target: all