UNPKG

@softeria/ms-365-mcp-server

Version:

A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API

10 lines (9 loc) 219 B
import { AsyncLocalStorage } from "node:async_hooks"; const requestContext = new AsyncLocalStorage(); function getRequestTokens() { return requestContext.getStore(); } export { getRequestTokens, requestContext };