Interface: DigestComparison
Defined in: packages/core/src/introspection/BehaviorDigest.ts:221
Result of comparing two server digests.
Properties
added
ts
readonly added: readonly string[];Defined in: packages/core/src/introspection/BehaviorDigest.ts:225
Tools that were added
changed
ts
readonly changed: readonly string[];Defined in: packages/core/src/introspection/BehaviorDigest.ts:229
Tools whose behavioral digest changed
removed
ts
readonly removed: readonly string[];Defined in: packages/core/src/introspection/BehaviorDigest.ts:227
Tools that were removed
serverDigestChanged
ts
readonly serverDigestChanged: boolean;Defined in: packages/core/src/introspection/BehaviorDigest.ts:223
Whether the overall server digest changed
unchanged
ts
readonly unchanged: readonly string[];Defined in: packages/core/src/introspection/BehaviorDigest.ts:231
Tools whose behavioral digest is identical