fix: Implement a CredentialStore for auth (#5741)

This commit is contained in:
Alex Hancock
2025-11-17 13:05:40 -05:00
committed by GitHub
parent 655d5d5b14
commit 2d7c7c8e07
12 changed files with 129 additions and 91 deletions
+3
View File
@@ -810,6 +810,9 @@ export type TokenState = {
};
export type Tool = {
_meta?: {
[key: string]: unknown;
};
annotations?: ToolAnnotations | {
[key: string]: unknown;
};