Skip to main content
Glama
gitlab-ci.yml908 B
stages: - build - test - deploy variables: NODE_VERSION: "20" cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ build: stage: build image: node:${NODE_VERSION}-alpine script: - npm ci - npm run build artifacts: paths: - dist/ expire_in: 1 day test: stage: test image: node:${NODE_VERSION}-alpine script: - npm ci - npm run test coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' lint: stage: test image: node:${NODE_VERSION}-alpine script: - npm ci - npm run lint allow_failure: true deploy_staging: stage: deploy image: alpine:latest script: - echo "Deploying to staging..." environment: name: staging only: - develop deploy_production: stage: deploy image: alpine:latest script: - echo "Deploying to production..." environment: name: production only: - main when: manual

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/millsydotdev/Code-MCP'

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