Skip to content

feat(web): recover from MCP connector authentication failures #1590

feat(web): recover from MCP connector authentication failures

feat(web): recover from MCP connector authentication failures #1590

Triggered via pull request August 6, 2026 00:54
Status Failure
Total duration 2m 25s
Artifacts

test.yml

on: pull_request
Vulnerability automation
7s
Vulnerability automation
test
2m 21s
test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
test
Process completed with exit code 1.
src/ee/features/chat/mcp/mcpToolSets.test.ts > getMcpTools > isolates malformed supported schemas without logging remote references: packages/web/src/ee/features/chat/mcp/mcpToolSets.test.ts#L688
AssertionError: expected [ { serverId: 'server-id', …(1) } ] to deeply equal [ 'MalformedServer' ] - Expected + Received [ - "MalformedServer", + { + "serverId": "server-id", + "serverName": "MalformedServer", + }, ] ❯ src/ee/features/chat/mcp/mcpToolSets.test.ts:688:38
src/ee/features/chat/mcp/mcpToolSets.test.ts > getMcpTools > isolates an unsupported schema dialect without logging its URI: packages/web/src/ee/features/chat/mcp/mcpToolSets.test.ts#L656
AssertionError: expected [ { serverId: 'server-id', …(1) } ] to deeply equal [ 'UnsupportedServer' ] - Expected + Received [ - "UnsupportedServer", + { + "serverId": "server-id", + "serverName": "UnsupportedServer", + }, ] ❯ src/ee/features/chat/mcp/mcpToolSets.test.ts:656:38
Vulnerability automation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/