Skip to main content
Glama

Feishu Project MCP Server

by im47cn
Dockerfile.test577 B
# Use Node.js LTS as base image FROM node:18-alpine # Install test dependencies RUN apk add --no-cache \ git \ wget \ curl # Set working directory WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies with development packages RUN npm install # Copy source code and test files COPY . . # Create test directories RUN mkdir -p \ storage \ logs \ coverage \ test-storage \ test-logs # Set environment variables ENV NODE_ENV=test ENV FEISHU_TOKEN=test-token ENV LOG_LEVEL=debug # Run tests CMD ["npm", "run", "test"]

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