We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evtapps/ditto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ci-cd.mdc•463 B
---
description: CI/CD expectations, PR checks, and release process
---
# CI/CD & Releases
- Build checks run on Node 18/20/22: type-check, lint, format:check, build, pack dry-run.
- Any PR must pass CI before merge.
- Release workflow publishes when a GitHub Release is published; uses `NPM_TOKEN` secret.
- Pre-releases publish under `canary` tag.
- Dependabot runs monthly for npm, docker, and actions.
- Do not modify `dist/*` in PRs; it is built on publish.