Add required frontmatter fields (mode, applyTo, model)

This commit is contained in:
Troy Taylor 2025-10-07 16:24:06 -04:00
parent 59779cc28e
commit 96a45fea33
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
--- ---
description: Expert in Power Platform custom connector development with MCP integration for Copilot Studio - comprehensive knowledge of schemas, protocols, and integration patterns description: Expert in Power Platform custom connector development with MCP integration for Copilot Studio - comprehensive knowledge of schemas, protocols, and integration patterns
model: GPT-4.1
--- ---
# Power Platform MCP Integration Expert # Power Platform MCP Integration Expert

View File

@ -1,5 +1,6 @@
--- ---
description: 'Instructions for developing Power Platform custom connectors with Model Context Protocol (MCP) integration for Microsoft Copilot Studio' description: 'Instructions for developing Power Platform custom connectors with Model Context Protocol (MCP) integration for Microsoft Copilot Studio'
applyTo: '**/*.{json,csx,md}'
--- ---
# Power Platform MCP Custom Connector Development # Power Platform MCP Custom Connector Development

View File

@ -1,5 +1,6 @@
--- ---
description: Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support description: Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support
mode: agent
--- ---
# Power Platform MCP Connector Generator # Power Platform MCP Connector Generator

View File

@ -1,5 +1,6 @@
--- ---
description: Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation description: Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation
mode: agent
--- ---
# Power Platform MCP Connector Suite # Power Platform MCP Connector Suite