UNPKG

feishu-mcp

Version:

Model Context Protocol server for Feishu integration

7 lines (6 loc) 222 B
import { FeishuBaseApiService } from '../../../services/feishu/FeishuBaseApiService.js'; export class FeishuCalendarService extends FeishuBaseApiService { constructor(authService) { super(authService); } }