feat: support annotation registration #52
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; }'.
|