Skip to content

Commit 3ca6448

Browse files
committed
fix: remove redundant isError property
1 parent f26a676 commit 3ca6448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/appautomate.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ export default function addAppAutomationTools(server: McpServer) {
273273
content: [
274274
{
275275
type: "text",
276-
text: `Error running App Automate test: ${errorMessage}`,
277-
isError: true,
276+
text: `Error running App Automate test: ${errorMessage}`
278277
},
279278
],
280279
isError: true,

0 commit comments

Comments
 (0)