fix: Implement a CredentialStore for auth (#5741)
This commit is contained in:
@@ -810,6 +810,9 @@ export type TokenState = {
|
||||
};
|
||||
|
||||
export type Tool = {
|
||||
_meta?: {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
annotations?: ToolAnnotations | {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user