Skip to main content
Glama
ci-cd.yml1.29 kB
name: CI/CD Pipeline on: push: branches: [master, main] pull_request: branches: [master, main] jobs: lint-and-test: name: Lint and Test runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v6 - name: Setup Bun uses: oven-sh/setup-bun@v2 with: bun-version: latest - name: Install dependencies run: bun install - name: Run linter run: bun run lint - name: Run type check run: bun run type-check - name: Run tests with coverage run: bun test --coverage - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info flags: unit name: codecov-umbrella fail_ci_if_error: false verbose: true - name: Upload test results to Codecov if: ${{ !cancelled() }} uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Archive coverage artifacts uses: actions/upload-artifact@v6 if: always() with: name: coverage-report path: coverage/ retention-days: 30

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/duyet/duyet-mcp-server'

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