Fix ESLint violations for release

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Peter Steinberger 2025-06-08 20:30:32 +01:00
parent 797fb3c7cf
commit 41fafd6d9f

View file

@ -30,7 +30,7 @@ export const listToolSchema = z
}, },
z z
.enum(["running_applications", "application_windows", "server_status"]) .enum(["running_applications", "application_windows", "server_status"])
.optional() .optional(),
) )
.describe( .describe(
"Specifies the type of items to list. If omitted or empty, it defaults to 'application_windows' if 'app' is provided, otherwise 'running_applications'. Valid options are:\n" + "Specifies the type of items to list. If omitted or empty, it defaults to 'application_windows' if 'app' is provided, otherwise 'running_applications'. Valid options are:\n" +