Skip to main content
Glama

MCP Xcode

by Stefan-Nitu
ci.yml2.11 kB
name: CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: macos-latest strategy: matrix: node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm ci - name: Build TypeScript run: npm run build - name: Run unit tests with coverage run: npm run test:unit -- --coverage - name: Run integration tests with coverage run: npm run test:integration -- --coverage - name: Upload coverage reports uses: codecov/codecov-action@v4 if: matrix.node-version == '20.x' with: files: ./coverage/lcov.info flags: unittests name: codecov-umbrella fail_ci_if_error: false e2e-test: runs-on: macos-15 needs: test steps: - uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v4 with: node-version: '20.x' - name: Install dependencies run: | echo "Installing system dependencies..." which xcbeautify || brew install xcbeautify which xcbeautify echo "Installing Node.js dependencies..." npm ci - name: Build TypeScript run: npm run build - name: Run E2E tests run: npm run test:e2e timeout-minutes: 90 - name: Upload test logs if: always() uses: actions/upload-artifact@v4 with: name: e2e-test-logs path: | ~/.mcp-xcode-server/logs/ retention-days: 7 if-no-files-found: warn lint: runs-on: macos-latest steps: - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v4 with: node-version: '20.x' - name: Install dependencies run: npm ci - name: Check TypeScript run: npx tsc --noEmit - name: Build run: npm run build

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/Stefan-Nitu/mcp-xcode'

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