Skip to content

Commit 047c403

Browse files
AlinaVarkkiOrKoN
authored andcommitted
make value string
1 parent b1506ed commit 047c403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/McpContext.ts

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

3636
export interface TextSnapshot {

0 commit comments

Comments
 (0)