What problem does it solve?
This Skill streamlines the creation of Microsoft 365 Copilot declarative agents by automating integration with a Model Context Protocol (MCP) server, tool selection, authentication configuration, and generation of required manifests and plugin files so developers avoid manual manifest editing and inconsistent configurations.
Core Features & Use Cases
- Automated Scaffolding: Generate appPackage manifest.json, declarativeAgent.json, and ai-plugin.json configured to call MCP runtimes.
- MCP Integration & Tool Selection: Import available MCP functions, pick a minimal secure subset, and auto-generate function definitions and response_semantics mappings.
- Authentication & Deployment: Configure OAuth or SSO references, produce .env templates, and prepare the package for local debugging and Teams sideloading.
- Use Case: Integrate a ticketing system or knowledge service as an MCP backend to expose search and action functions to a Copilot declarative agent.
Quick Start
Provide the MCP server URL, list the tools to expose, choose OAuth or SSO authentication, and request generation of the appPackage and ai-plugin configuration.