Skip to main content
Glama
index.ts722 B
/** * Client Module * * Exports API client implementations for FeiShu API integration. */ // Export core clients export * from './api-client.js'; export * from './token-manager.js'; export * from './types.js'; export * from './interceptors.js'; // Export document clients and types export * from './documents/document-client.js'; export * from './documents/types/index.js'; // Export bot clients and types export * from './bots/bot-client.js'; export * from './bots/types/index.js'; // Export sheet clients and types export * from './sheets/sheet-client.js'; export * from './sheets/types/index.js'; // Export chat clients and types export * from './chats/chat-client.js'; export * from './chats/types/index.js';

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/sdd330/feishu-mcp-server'

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