Skip to content

fix(mcp): resolve type-check failure in agent-stack.service.spec.ts #510

fix(mcp): resolve type-check failure in agent-stack.service.spec.ts

fix(mcp): resolve type-check failure in agent-stack.service.spec.ts #510

Triggered via push April 3, 2026 12:11
Status Failure
Total duration 1m 49s
Artifacts

canary.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
publish-canary
Process completed with exit code 2.
publish-canary
Subsequent property declarations must have the same type. Property 'tags' must be of type 'string[]', but here has type 'string[] | undefined'.
publish-canary
All declarations of 'tags' must have identical modifiers.
publish-canary
All declarations of 'tags' must have identical modifiers.
publish-canary
Property 'specialists' is missing in type '{ name: string; description: string; category: string; tags: string[]; primary_agent: string; specialist_agents: string[]; recommended_for?: { file_patterns?: string[] | undefined; modes?: string[] | undefined; } | undefined; }' but required in type 'AgentStack'.