Skip to main content
Glama

MCP Design System Extractor

ci.yml1.43 kB
name: CI on: push: branches: [main, develop] pull_request: branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: node-version: [18, 20, 22] steps: - name: Checkout uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - name: Install dependencies run: npm ci --no-audit --no-fund - name: Lint run: npm run lint - name: Format check run: npm run format:check - name: Type check run: npm run typecheck - name: Test run: npm run test:run - name: Build run: npm run build - name: Upload coverage if: matrix.node-version == 20 && hashFiles('coverage/lcov.info') != '' uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info fail_ci_if_error: false - name: Upload artifacts if: matrix.node-version == 20 uses: actions/upload-artifact@v4 with: name: dist path: dist/ retention-days: 7

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/freema/mcp-design-system-extractor'

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