chore: formatting

This commit is contained in:
2026-07-11 11:53:17 +03:00
parent a6a288103c
commit 057897daf5
8 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -4,13 +4,13 @@ import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"
import { Command } from "commander";
import crypto from "node:crypto";
import http from "node:http";
import { initDataDir } from "./utils/data.ts";
import { registerAuthTools } from "./tools/auth.ts";
import { registerAvailabilityTools } from "./tools/availability.ts";
import { registerCalendarTools } from "./tools/calendar.ts";
import { registerEmailTools } from "./tools/email.ts";
import { registerFolderTools } from "./tools/folders.ts";
import { registerPeopleTools } from "./tools/people.ts";
import { initDataDir } from "./utils/data.ts";
const program = new Command()
.name("exchange-mcp")