Skip to content

Commit 2014ec9

Browse files
Update src/McpResponse.ts
Co-authored-by: Nikolay Vitkov <[email protected]>
1 parent f121016 commit 2014ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/McpResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class McpResponse implements Response {
184184
new TextEncoder().encode(formatA11ySnapshot(snapshot.root)),
185185
this.#snapshotParams.filePath,
186186
);
187-
formattedSnapshot = `Saved screenshot to ${this.#snapshotParams.filePath}.`;
187+
formattedSnapshot = `Saved snapshot to ${this.#snapshotParams.filePath}.`;
188188
} else {
189189
formattedSnapshot = formatA11ySnapshot(snapshot.root);
190190
}

0 commit comments

Comments
 (0)