Skip to main content
Glama

Feishu Project MCP Server

by im47cn
jest.config.cjs821 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: "ts-jest", testEnvironment: "node", roots: ["<rootDir>/src"], testMatch: ["**/__tests__/**/*.ts", "**/?(*.)+(spec|test).ts"], transform: { "^.+\\.ts$": ["ts-jest", { tsconfig: "tsconfig.json" }] }, collectCoverageFrom: [ "src/**/*.ts", "!src/**/*.d.ts", "!src/**/*.test.ts", "!src/**/*.spec.ts", "!src/__tests__/**/*.ts" ], coverageDirectory: "coverage", coverageReporters: ["text", "lcov", "clover"], coverageThreshold: { global: { branches: 70, functions: 80, lines: 80, statements: 80 } }, moduleFileExtensions: ["ts", "js", "json", "node"], verbose: true, testTimeout: 30000, clearMocks: true, restoreMocks: true, resetMocks: true };

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/im47cn/feishu-project-mcp'

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