feat: cache init tool upserts (#217)
This commit is contained in:
@@ -19,6 +19,8 @@ export interface Settings {
|
||||
refreshToken?: string;
|
||||
tokenExpiresAt?: number; // Unix timestamp in milliseconds
|
||||
deviceId?: string;
|
||||
// Tool upsert cache: maps serverUrl -> hash of upserted tools
|
||||
toolUpsertHashes?: Record<string, string>;
|
||||
}
|
||||
|
||||
export interface ProjectSettings {
|
||||
|
||||
Reference in New Issue
Block a user