Skip to main content
Glama
larksuite

Feishu/Lark OpenAPI MCP

Official
by larksuite
clean-env-args.ts267 B
export function cleanEnvArgs(args: Record<string, string | undefined>) { const result = {} as Record<string, string>; for (const [key, value] of Object.entries(args)) { if (value) { result[key as keyof typeof args] = value; } } return result; }

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