UNPKG

msteams-mcp-server

Version:

Microsoft Teams MCP Server - Complete Teams integration for Claude Desktop and MCP clients with secure OAuth2 authentication and comprehensive team management

7 lines (6 loc) 188 B
export declare const logger: { log: (message: string) => void; error: (message: string, error?: any) => void; warn: (message: string) => void; getLogFile: () => string; };