Summary
When I select a connector (MCP / NAS / custom), it stays checked (✓) in the Connectors dropdown, but it never appears as a chip in the composer — the input bar where I type. On send, the model behaves as if no connector is attached and the tool is never dispatched. A Comet browser session that was opened before the regression still dispatches the same connectors correctly, so this looks like a client-side desync between the dropdown selection state and the actual composer attachment, not a server outage.
Reproduction steps
- Open a fresh session (any machine).
- Open the Connectors dropdown.
- Select one or more connectors (e.g. an MCP / NAS connector).
- The connector stays checked (✓) in the dropdown, but no chip appears in the composer.
- Type a prompt that requires the connector.
- Send.
- The model responds as if no connector is attached — the tool is never called.
Environment
- Occurs in fresh sessions across multiple machines.
- Affects standard chats (with and without a Space).
- A Comet browser session opened before the regression still dispatches the same connectors correctly.
What I ruled out
- Not a network issue: proxy / DNS / TLS all verified.
- Not a dangling / broken connector: reproduced with freshly re-added connectors.
- Not specific to one connector: reproduced with multiple different connectors.
- Not a service outage: status page is green, and pre-regression cached sessions still work.
Related reports
- Mac app 26.24.0 (28) – all MCP tools broken and irrecoverable in Spaces (thread 5397) — team already confirmed.
- Custom MCP connector fails with ‘did not return a client_secret’ (thread 5172).
- Additional note: in my case this also affects chats without a Space, which the existing threads do not cover.
Request
Please investigate the desync between the dropdown selection state and the composer attachment so connectors are actually dispatched on send. Happy to provide a HAR capture or a screen recording (fresh session fails vs. pre-regression cached session works) on request.