We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a58fe commit 772dc62Copy full SHA for 772dc62
src/McpContext.ts
@@ -30,7 +30,6 @@ import {WaitForHelper} from './WaitForHelper.js';
30
export interface TextSnapshotNode extends SerializedAXNode {
31
id: string;
32
children: TextSnapshotNode[];
33
- value?: string;
34
}
35
36
export interface TextSnapshot {
0 commit comments