mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
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
This commit is contained in:
18
collections/mcp-m365-copilot.collection.yml
Normal file
18
collections/mcp-m365-copilot.collection.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user