UNPKG

msexchange-mcp

Version:

MCP server for Microsoft Exchange/Outlook email operations via Microsoft Graph API

5 lines 205 B
import { FastMCP } from 'fastmcp'; declare const server: FastMCP<undefined>; export declare function start(transport?: 'stdio' | 'httpStream'): void; export { server }; //# sourceMappingURL=server.d.ts.map