Files
awesome-copilot/collections/mcp-m365-copilot.collection.yml
Troy Taylor 957f3ab346 Add MCP-based M365 Agents collection
- Create Declarative Agent prompt with MCP server integration
- Create Adaptive Cards prompt for visual response templates
- Deploy and Manage Agents prompt for admin workflows
- Development guidelines instruction file
- Collection manifest and reference documentation

Based on:
- https://devblogs.microsoft.com/microsoft365dev/build-declarative-agents-for-microsoft-365-copilot-with-mcp/
- https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/build-mcp-plugins
- https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-adaptive-cards
- https://learn.microsoft.com/en-us/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps
2025-12-23 13:16:55 -05:00

19 lines
630 B
YAML

id: mcp-m365-copilot
name: MCP-based M365 Agents
description: Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot
tags: [mcp, m365-copilot, declarative-agents, api-plugins, model-context-protocol, adaptive-cards]
display:
order: manual
show_badge: true
items:
- kind: prompt
path: prompts/mcp-create-declarative-agent.prompt.md
- kind: prompt
path: prompts/mcp-create-adaptive-cards.prompt.md
- kind: prompt
path: prompts/mcp-deploy-manage-agents.prompt.md
- kind: instruction
path: instructions/mcp-m365-copilot.instructions.md