UNPKG

feishu-user-token-mcp-v2

Version:

A Model Context Protocol (MCP) server for Feishu user token management and authentication

3 lines (2 loc) 155 B
export declare function stopFeishuMcp(): Promise<void>; export declare function startFeishuMcp(appId: string, appSecret: string, userToken: string): void;