This commit is contained in:
2026-07-10 16:56:16 +03:00
parent 979e974521
commit afa2bf5126
6 changed files with 18 additions and 9 deletions
+2 -1
View File
@@ -108,7 +108,8 @@ export function registerAvailabilityTools(server: McpServer): void {
"find_meeting_time",
{
description: "Find common free time for multiple attendees."
+ " Queries free/busy for all attendees and returns slots where everyone is available.",
+ " Queries free/busy for all attendees"
+ " and returns slots where everyone is available.",
inputSchema: z.object({
emails: z.string().describe(
"Comma-separated email addresses of attendees",