Skip to content

Merge pull request #53 from objectstack-ai/copilot/update-mobile-acti… #45

Merge pull request #53 from objectstack-ai/copilot/update-mobile-acti…

Merge pull request #53 from objectstack-ai/copilot/update-mobile-acti… #45

Triggered via push February 27, 2026 03:57
Status Failure
Total duration 40s
Artifacts

integration.yml

on: push
Server Integration Tests
37s
Server Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Server Integration Tests
Property 'version' is missing in type '{ name: string; description: string; messages: ({ role: "system"; content: string; } | { role: "user"; content: string; })[]; arguments: ({ name: string; description: string; type: "string"; required: true; } | { ...; })[]; category: string; tags: string[]; }' but required in type '{ name: string; messages: { role: "user" | "system" | "assistant"; content: string; }[]; version: string; description?: string | undefined; arguments?: { name: string; type: "string" | "number" | "boolean"; required: boolean; description?: string | undefined; default?: unknown; }[] | undefined; category?: string | u...'.
Server Integration Tests
Type '{ name: string; description: string; handler: string; parameters: ({ name: string; type: "string"; description: string; required: true; } | { name: string; type: "string"; description: string; required: false; } | { ...; } | { ...; })[]; returns: { ...; }; sideEffects: "read"; category: string; tags: string[]; }' is missing the following properties from type '{ name: string; description: string; parameters: MCPToolParameter[]; handler: string; async: boolean; sideEffects: "delete" | "read" | "none" | "write"; requiresConfirmation: boolean; ... 7 more ...; tags?: string[] | undefined; }': async, requiresConfirmation, deprecated, version
Server Integration Tests
Type '{ name: string; description: string; handler: string; parameters: ({ name: string; type: "string"; description: string; required: true; } | { name: string; type: "number"; description: string; required: false; } | { ...; })[]; returns: { ...; }; sideEffects: "read"; category: string; tags: string[]; }' is missing the following properties from type '{ name: string; description: string; parameters: MCPToolParameter[]; handler: string; async: boolean; sideEffects: "delete" | "read" | "none" | "write"; requiresConfirmation: boolean; ... 7 more ...; tags?: string[] | undefined; }': async, requiresConfirmation, deprecated, version
Server Integration Tests
Type '{ name: string; description: string; handler: string; parameters: ({ name: string; type: "string"; description: string; required: true; } | { name: string; type: "string"; description: string; required: false; } | { ...; })[]; returns: { ...; }; sideEffects: "read"; category: string; tags: string[]; }' is missing the following properties from type '{ name: string; description: string; parameters: MCPToolParameter[]; handler: string; async: boolean; sideEffects: "delete" | "read" | "none" | "write"; requiresConfirmation: boolean; ... 7 more ...; tags?: string[] | undefined; }': async, requiresConfirmation, deprecated, version
Server Integration Tests
Type '{ name: string; description: string; handler: string; parameters: ({ name: string; type: "string"; description: string; required: true; } | { name: string; type: "boolean"; description: string; required: false; default: boolean; })[]; returns: { ...; }; sideEffects: "read"; category: string; tags: string[]; }' is missing the following properties from type '{ name: string; description: string; parameters: MCPToolParameter[]; handler: string; async: boolean; sideEffects: "delete" | "read" | "none" | "write"; requiresConfirmation: boolean; ... 7 more ...; tags?: string[] | undefined; }': async, requiresConfirmation, deprecated, version
Server Integration Tests
Type '{ name: string; description: string; handler: string; parameters: ({ name: string; type: "string"; description: string; required: true; } | { name: string; type: "number"; description: string; required: false; default: number; } | { ...; } | { ...; })[]; returns: { ...; }; sideEffects: "read"; category: string; tags...' is missing the following properties from type '{ name: string; description: string; parameters: MCPToolParameter[]; handler: string; async: boolean; sideEffects: "delete" | "read" | "none" | "write"; requiresConfirmation: boolean; ... 7 more ...; tags?: string[] | undefined; }': async, requiresConfirmation, deprecated, version
Server Integration Tests
Type '{ name: string; description: string; handler: string; parameters: ({ name: string; type: "string"; description: string; required: true; } | { name: string; type: "boolean"; description: string; required: false; default: boolean; })[]; returns: { ...; }; sideEffects: "read"; category: string; tags: string[]; }' is missing the following properties from type '{ name: string; description: string; parameters: MCPToolParameter[]; handler: string; async: boolean; sideEffects: "delete" | "read" | "none" | "write"; requiresConfirmation: boolean; ... 7 more ...; tags?: string[] | undefined; }': async, requiresConfirmation, deprecated, version
Server Integration Tests
Type '{ name: string; description: string; handler: string; parameters: ({ name: string; type: "string"; description: string; required: true; } | { name: string; type: "number"; description: string; required: false; default: number; } | { ...; })[]; returns: { ...; }; sideEffects: "read"; category: string; tags: string[]; }' is missing the following properties from type '{ name: string; description: string; parameters: MCPToolParameter[]; handler: string; async: boolean; sideEffects: "delete" | "read" | "none" | "write"; requiresConfirmation: boolean; ... 7 more ...; tags?: string[] | undefined; }': async, requiresConfirmation, deprecated, version
Server Integration Tests
Type '{ name: string; description: string; handler: string; parameters: ({ name: string; type: "string"; description: string; required: true; } | { name: string; type: "string"; description: string; required: false; default: string; } | { ...; })[]; returns: { ...; }; sideEffects: "read"; category: string; tags: string[]; }' is missing the following properties from type '{ name: string; description: string; parameters: MCPToolParameter[]; handler: string; async: boolean; sideEffects: "delete" | "read" | "none" | "write"; requiresConfirmation: boolean; ... 7 more ...; tags?: string[] | undefined; }': async, requiresConfirmation, deprecated, version
Server Integration Tests
The inferred type of 'AgentDefinitions' cannot be named without a reference to '../node_modules/@objectstack/spec/dist/state-machine.zod-DoC0JvQb'. This is likely not portable. A type annotation is necessary.