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
@@ -2,8 +2,8 @@ import { type McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import fs from "node:fs";
import path from "node:path";
import { z } from "zod/v4";
import { loadConfig } from "../utils/login.ts";
import { EwsClient } from "../client/ews_client.ts";
import { loadConfig } from "../utils/login.ts";
function getClient(): EwsClient {
return new EwsClient(loadConfig());