feat(web): recover from MCP connector authentication failures #1591
test.yml
on: pull_request
Vulnerability automation
8s
test
2m 17s
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/
|