Backend
27 installs
Power Platform MCP Connector Generator
by github/awesome-copilot
Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support
Skill content
Generate complete MCP server implementations optimized for Copilot Studio with Power Platform connector standards. - Produces all required files (apiDefinition.swagger.json, apiProperties.json, script.csx, and MCP server code) following Power Platform connector structure with x-ms-agentic-protocol: mcp-streamable-1.0 support - Enforces Copilot Studio schema constraints: no reference types, single-type fields only, primitive types, and full URI endpoints to ensure compatibility - Generates JSON-RPC 2.0 compliant tools, resources (as tool outputs), and streamable HTTP endpoints at /mcp with proper error handling - Includes validation checklist and deployment configuration for Power Platform environments and Copilot Studio agent integration Power Platform MCP Connector Generator Generate a complete Power Platform custom connector with Model Context Protocol (MCP) integration for Microsoft Copilot Studio. This prompt creates all necessary files following Power Platform connector standards with MCP streamable HTTP support. Instructions Create a complete MCP server implementation that: - Uses Copilot Studio MCP Pattern: - Implement x-ms-agentic-protocol: mcp-streamable-1.0 - Support JSON-RPC 2.0 communication protocol - Provide streamable HTTP endpoint at /mcp - Follow Power Platform connector structure