Skip to content

feat(credential-groups): add personal MCP OAuth connections #29844

feat(credential-groups): add personal MCP OAuth connections

feat(credential-groups): add personal MCP OAuth connections #29844

Triggered via pull request September 2, 2026 01:45
Status Failure
Total duration 2m 45s
Artifacts

ci.yml

on: pull_request
Detect Version
0s
Detect Version
Migrate Dev DB  /  Apply Database Migrations
Migrate Dev DB / Apply Database Migrations
Detect Desktop Changes
Detect Desktop Changes
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Matrix: Test and Build / test-shard
Test and Build  /  Lint and Test
2m 13s
Test and Build / Lint and Test
Test and Build  /  Build App
2m 32s
Test and Build / Build App
Check Docs Changes
0s
Check Docs Changes
Matrix: Build Dev ECR
Deploy Trigger.dev (Dev)
0s
Deploy Trigger.dev (Dev)
Check Desktop Signing Secrets
0s
Check Desktop Signing Secrets
Migrate DB  /  Apply Database Migrations
Migrate DB / Apply Database Migrations
Create Desktop Prerelease
0s
Create Desktop Prerelease
Promote Images
0s
Promote Images
Desktop Prerelease Build  /  Build, Sign, Notarize
Desktop Prerelease Build / Build, Sign, Notarize
Matrix: Create GHCR Manifests
Process Docs  /  Process Documentation Embeddings
Process Docs / Process Documentation Embeddings
Publish Desktop Prerelease
Publish Desktop Prerelease
Create GitHub Release
Create GitHub Release
Prune Desktop Prereleases
Prune Desktop Prereleases
Desktop Release  /  Build, Sign, Notarize
Desktop Release / Build, Sign, Notarize
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 6 warnings
Test and Build / Lint and Test
Process completed with exit code 1.
lib/mcp/application/operations.test.ts > MCP operation capability declarations > declares a capability on every operation, by name: apps/sim/lib/mcp/application/operations.test.ts#L169
AssertionError: expected { list: 'mcp_tools.use', …(17) } to deeply equal { list: 'mcp_tools.use', …(16) } - Expected + Received @@ -5,10 +5,11 @@ "deleteWorkflowDeploymentServer": "deploy.mcp", "deployWorkflowTool": "deploy.mcp", "discoverTools": "mcp_tools.use", "executeTool": "mcp_tools.use", "list": "mcp_tools.use", + "listManagedConnections": "mcp_tools.use", "listWorkflowDeploymentTools": "deploy.mcp", "listWorkflowDeployments": "deploy.mcp", "read": "mcp_tools.use", "readWorkflowDeploymentServer": "deploy.mcp", "reconfigure": "mcp_tools.use", ❯ lib/mcp/application/operations.test.ts:169:22
executor/handlers/agent/agent-handler.test.ts > AgentBlockHandler > execute > should discover MCP tools without cached schema through the application operation: apps/sim/executor/handlers/agent/agent-handler.test.ts#L3688
AssertionError: expected "vi.fn()" to be called with arguments: [ ObjectContaining{…} ] Number of calls: 0 ❯ executor/handlers/agent/agent-handler.test.ts:3688:52
executor/handlers/agent/agent-handler.test.ts > AgentBlockHandler > execute > should handle multiple MCP tools from the same server efficiently: apps/sim/executor/handlers/agent/agent-handler.test.ts#L3639
AssertionError: expected +0 to be 3 // Object.is equality - Expected + Received - 3 + 0 ❯ executor/handlers/agent/agent-handler.test.ts:3639:48
executor/handlers/agent/agent-handler.test.ts > AgentBlockHandler > execute > should pass the cached tool schema to the provider: apps/sim/executor/handlers/agent/agent-handler.test.ts#L3409
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ executor/handlers/agent/agent-handler.test.ts:3409:48
executor/handlers/agent/agent-handler.test.ts > AgentBlockHandler > execute > projects only resolver-recorded inline and cached tool metadata for the model: apps/sim/executor/handlers/agent/agent-handler.test.ts#L1696
AssertionError: expected [ { id: 'custom_lookup', …(4) } ] to deeply equal ArrayContaining{…} - Expected + Received - ArrayContaining [ - ObjectContaining { + [ + { "description": "Use {{CUSTOM_DESCRIPTION}} for Box", "id": "custom_lookup", - "parameters": ObjectContaining { + "parameters": { "properties": { "query": { "description": "Query {{CUSTOM_PARAMETER}}", "enum": [ "x", "safe", ], "type": "string", }, }, + "required": [ + "query", + ], + "type": "object", }, - }, - ObjectContaining { - "description": "MCP tool search_files from Docs {{MCP_SERVER_LABEL}}", - "id": StringContaining "search_files", - "parameters": ObjectContaining { - "properties": { - "query": { - "description": "Search {{MCP_PARAMETER}}", - "type": "string", - }, - }, - }, + "params": {}, + "usageControl": "auto", }, ] ❯ executor/handlers/agent/agent-handler.test.ts:1696:37
lib/credential-groups/mcp-connections.test.ts > listCredentialGroupMcpConnectionReferences > returns MCP credential IDs and tool names without secret material: apps/sim/lib/credential-groups/mcp-connections.ts#L141
Error: Managed MCP server mcp-server-1 has no connector ID ❯ lib/credential-groups/mcp-connections.ts:141:15 ❯ listCredentialGroupMcpConnectionReferences lib/credential-groups/mcp-connections.ts:136:30 ❯ lib/credential-groups/mcp-connections.test.ts:28:20
Test and Build / Lint and Test
@sim/app#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
Test and Build / Lint and Test
Process completed with exit code 1.
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps