io.github.adrianstauffer/copilot-studio-friction-index
io.github.adrianstauffer/copilot-studio-friction-indexEvidence-based register of known Copilot Studio errors and limits, with dated, human-verified fixes.
Tools · 7
Ranked search over the Copilot Studio Friction Index. Exact error-code/message hits rank first, then title, alias, summary and symptom-checklist matches (solution bodies are NOT searched — an empty re…
Exact/substring match against all known Copilot Studio error codes and error messages in the register. The fastest path when you have a verbatim error string (e.g. "FlowActionTimedOut"). Returns the m…
The complete friction record for a slug: status, dates, confidence, severity, time cost, categories, channels, license context, error codes/messages, dated evidence list, and the six body sections as …
Browse the register: compact list of all published friction records, sorted by last-verified date (newest first). Filter by status and/or category.
What is currently broken or regressed in Microsoft Copilot Studio, per the continuously verified Friction Index: all records with status open or regressed (newest status change first) plus register he…
All reusable build patterns that prevent whole classes of Copilot Studio friction before they happen (e.g. async continuation for the 100-second flow limit), each with its problem class and related re…
The complete prevention pattern for a slug: the pattern, when to use it, and step-by-step instructions as markdown, plus the friction records it protects against.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.adrianstauffer/copilot-studio-friction-index": {
"url": "https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-mcp",
"transport": "streamable-http"
}
}
}