Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.adrianstauffer/copilot-studio-friction-index

io.github.adrianstauffer/copilot-studio-friction-index

Evidence-based register of known Copilot Studio errors and limits, with dated, human-verified fixes.

Uptime
100.0%
2 direct probes · 30d
Response
657ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_frictions

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…

lookup_error

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…

get_friction_record

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 …

list_frictions

Browse the register: compact list of all published friction records, sorted by last-verified date (newest first). Filter by status and/or category.

get_current_drift

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…

list_patterns

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…

get_pattern

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.

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"
    }
  }
}