From 7c2009f4367171592edcb9d27518d5a742a601b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:04:01 +1000 Subject: [PATCH] Add external plugin foundry-agent-canvas (#2321) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 27 +++++++++++++++++++++++++++ plugins/external.json | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index f94592e7..ee00515e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -550,6 +550,33 @@ "description": "Give your AI agent full visibility into Power Automate cloud flows via the FlowStudio MCP server. Connect, debug, build, monitor health, and govern flows at scale — action-level inputs and outputs, not just status codes.", "version": "2.0.0" }, + { + "name": "foundry-agent-canvas", + "description": "Interactive Copilot canvas for designing, configuring, testing, and deploying Microsoft Foundry hosted agents.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "repository": "https://github.com/microsoft/foundry-toolkit", + "homepage": "https://github.com/microsoft/foundry-toolkit", + "license": "MIT", + "keywords": [ + "agent-builder", + "agent-inspector", + "azure-ai", + "foundry", + "hosted-agents", + "microsoft-foundry", + "canvas" + ], + "source": { + "source": "github", + "repo": "microsoft/foundry-toolkit", + "path": "foundry-agent-canvas", + "sha": "0d311e56508ac200ebb86586adbee9c7b8b0601f" + } + }, { "name": "frontend-web-dev", "source": "plugins/frontend-web-dev", diff --git a/plugins/external.json b/plugins/external.json index 0b4859e1..564b1030 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -336,6 +336,33 @@ "repo": "figma/mcp-server-guide" } }, + { + "name": "foundry-agent-canvas", + "description": "Interactive Copilot canvas for designing, configuring, testing, and deploying Microsoft Foundry hosted agents.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "repository": "https://github.com/microsoft/foundry-toolkit", + "homepage": "https://github.com/microsoft/foundry-toolkit", + "license": "MIT", + "keywords": [ + "agent-builder", + "agent-inspector", + "azure-ai", + "foundry", + "hosted-agents", + "microsoft-foundry", + "canvas" + ], + "source": { + "source": "github", + "repo": "microsoft/foundry-toolkit", + "path": "foundry-agent-canvas", + "sha": "0d311e56508ac200ebb86586adbee9c7b8b0601f" + } + }, { "name": "gh-skills-builder", "description": "Repo: https://github.com/arilivigni/gh-skills-builder\nThis plugin is for people that want to create a GitHub Skills exercise which are self-paced learning GitHub within GitHub.\nhttps://learn.github.com/skills\nexamples:\nhttps://github.com/skills/agent-orchestration-build-your-ai-dream-team\nhttps://github.com/skills/agentic-workflows-that-read-the-room",