Skip to main content
Glama

Feishu/Lark OpenAPI MCP

Official
by larksuite
noop.test.ts243 B
import { noop } from '../../src/utils/noop'; describe('noop', () => { it('should be a function', () => { expect(typeof noop).toBe('function'); }); it('should return undefined', () => { expect(noop()).toBeUndefined(); }); });

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