Skip to main content
Glama

Curupira

by drzln
Dockerfile.e2e512 B
# E2E Testing Dockerfile FROM mcr.microsoft.com/playwright:v1.40.1-focal WORKDIR /app # Copy package files COPY package*.json ./ COPY tsconfig.json ./ COPY playwright.config.ts ./ # Install dependencies RUN npm ci # Copy test files COPY tests/ ./tests/ COPY global-setup.ts ./ COPY global-teardown.ts ./ # Create directories for results RUN mkdir -p test-results playwright-report # Install browsers and system dependencies RUN npx playwright install --with-deps # Run tests by default CMD ["npm", "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/drzln/curupira'

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