Skip to content

Commit 772dc62

Browse files
committed
remove value
1 parent 09a58fe commit 772dc62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/McpContext.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import {WaitForHelper} from './WaitForHelper.js';
3030
export interface TextSnapshotNode extends SerializedAXNode {
3131
id: string;
3232
children: TextSnapshotNode[];
33-
value?: string;
3433
}
3534

3635
export interface TextSnapshot {

0 commit comments

Comments
 (0)