This generates the complete file structure for integrating an MCP server with Microsoft 365 Copilot as a declarative agent. It scaffolds manifest.json, declarativeAgent.json, and ai-plugin.json with proper authentication flows, tool imports, and response semantics mapping. You'd use this when you need to connect Copilot to external APIs through the Model Context Protocol rather than building custom connectors. The workflow walks through server URL configuration, OAuth setup, and tool selection from the MCP endpoint. It handles the tedious parts like proper schema validation and environment variable templating that usually trip people up when setting up these integrations manually.
npx skills add https://github.com/github/awesome-copilot --skill mcp-create-declarative-agent