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 f121016 commit 2014ec9Copy full SHA for 2014ec9
src/McpResponse.ts
@@ -184,7 +184,7 @@ export class McpResponse implements Response {
184
new TextEncoder().encode(formatA11ySnapshot(snapshot.root)),
185
this.#snapshotParams.filePath,
186
);
187
- formattedSnapshot = `Saved screenshot to ${this.#snapshotParams.filePath}.`;
+ formattedSnapshot = `Saved snapshot to ${this.#snapshotParams.filePath}.`;
188
} else {
189
formattedSnapshot = formatA11ySnapshot(snapshot.root);
190
}
0 commit comments