feat(credential-groups): add personal MCP OAuth connections #29844
ci.yml
on: pull_request
Detect Version
0s
Migrate Dev DB
/
Apply Database Migrations
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
/
Build App
2m 32s
Check Docs Changes
0s
Matrix: Build Dev ECR
Deploy Trigger.dev (Dev)
0s
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Prune Desktop Prereleases
Desktop Release
/
Build, Sign, Notarize
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
|