When MCP is using oAuth it is not visible in chat #1933
Replies: 2 comments
-
|
I have the same symptom when working with 1.0.21. After downgrading to 1.0.17 Miro MCP works fine, this looks like a regression. |
Beta Was this translation helpful? Give feedback.
-
|
I did some debugging locally, here's my findings. Maybe they'll be helpful for the team behind github copilot app: Confirming this bug — additional reproduction + log-level root cause dataEnvironment: macOS (Darwin), arm64. Reproduced on app v1.0.21 What the logs showThe app writes per-process logs to 1. Every session daemon starts cold and fails auth for OAuth-based third-party servers: 2. The main app process resolves this via cached tokens — but the resolution doesn't reliably reach the session that needs it: Critically, this success is logged against a different 3. The clearest signal is a recurring "live-session refresh" telemetry line, which never converges for the affected session: In one captured case, this fired 4 times over ~25 seconds for the same session, with 4. Important nuance — not a strict "always fails" per-session ordering bug. Comparing sibling session daemons spawned within the same few seconds: some did successfully log Suggested angles for a fix
Happy to share full (sanitized) logs privately if useful — didn't paste raw log files here since they include internal server URLs from our tenant. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using official Miro MCP in GitHub Copilot App with oAuth:
In chat it is not found at all (see below), but in Copilot CLI it works like a charm.


In Copilot CLI it just works:
Configuration is really simple:

The question is: what should I do? Or there is a bug?
Beta Was this translation helpful? Give feedback.
All reactions