Skip to main content
Glama

Feishu MCP Server

by sdd330
tsconfig.json818 B
{ "ts-node": { "compilerOptions": { "module": "NodeNext" } }, "compilerOptions": { "rootDir": "src", "outDir": "dist", "target": "ESNext", "module": "NodeNext", "moduleResolution": "NodeNext", "declaration": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noUnusedLocals": false, "allowJs": false, "experimentalDecorators": true, "strict": true, "skipLibCheck": true, "disableSizeLimit": false, "resolveJsonModule": true, "esModuleInterop": true, "noEmit": false, "importHelpers": true, "baseUrl": ".", "paths": { "@/*": ["src/*"] } }, "include": ["src/**/*.ts", "src/**/*.d.ts", "type.d.ts"], "exclude": ["node_modules", "dist"] }

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