Skip to main content
Glama

Feishu/Lark OpenAPI MCP

Official
by larksuite
setup.ts436 B
jest.mock('@larksuiteoapi/node-sdk', () => { return { Client: jest.fn().mockImplementation(() => ({ request: jest.fn(), im: { message: { create: jest.fn(), }, chat: { create: jest.fn(), list: jest.fn(), }, }, })), withUserAccessToken: jest.fn((token) => ({ userAccessToken: token })), }; }); beforeEach(() => { jest.clearAllMocks(); });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/larksuite/lark-openapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server