Skip to content

feat: support annotation registration #52

feat: support annotation registration

feat: support annotation registration #52

Triggered via pull request January 15, 2026 09:22
Status Failure
Total duration 18s
Artifacts

ci.yml

on: pull_request
build-test
14s
build-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build-test
Process completed with exit code 2.
build-test: src/core/DynamicToolManager.ts#L217
Argument of type '{ title?: string | undefined; destructiveHint?: boolean | undefined; idempotentHint?: boolean | undefined; readOnlyHint?: boolean | undefined; openWorldHint?: boolean | undefined; } | undefined' is not assignable to parameter of type '{ title?: string | undefined; readOnlyHint?: boolean | undefined; destructiveHint?: boolean | undefined; idempotentHint?: boolean | undefined; openWorldHint?: boolean | undefined; }'.