UNPKG

@larksuiteoapi/lark-mcp

Version:
19 lines (18 loc) 485 B
export declare const USER_AGENT: string; export declare const OAPI_MCP_DEFAULT_ARGS: { domain: string; toolNameCase: string; language: string; tokenMode: string; mode: string; host: string; port: string; }; export declare const OAPI_MCP_ENV_ARGS: { appId: string | undefined; appSecret: string | undefined; userAccessToken: string | undefined; tokenMode: string | undefined; tools: string | undefined; domain: string | undefined; };