Skip to main content
Glama

Mobile Next MCP

build.yml1.92 kB
name: Build permissions: contents: write on: push: branches: - main tags: - "*.*.*" pull_request: branches: - main jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup Java uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '17' - name: Use Node.js 22 uses: actions/setup-node@v4 with: node-version: '22' cache: 'npm' - name: Install dependencies run: npm install - name: Audit run: npm audit --audit-level high - name: Lint run: npm run lint - name: Update version if: github.ref_type == 'tag' run: | npm version "${{ github.ref_name }}" --no-git-tag-version npm update - name: Build run: | npm run build - name: Publish if: github.ref_type == 'tag' env: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} run: | echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> ~/.npmrc npm publish # - name: Install Android SDK # uses: android-actions/setup-android@v3 # # - name: Create and start Android emulator # run: | # # create avd # echo "y" | sdkmanager "system-images;android-31;google_apis;x86_64" # avdmanager create avd -n test -k "system-images;android-31;google_apis;x86_64" --device "pixel" # # start emulator # sudo ANDROID_AVD_HOME="$HOME/.config/.android/avd" nohup $ANDROID_HOME/emulator/emulator -avd test -no-metrics -no-window -no-audio -no-boot-anim -gpu swiftshader_indirect & # # wait for device # adb wait-for-device # echo "Waiting for sys.boot_completed" # while [[ -z $(adb shell getprop dev.bootcomplete) ]]; do sleep 1; done; # timeout-minutes: 10 # # - name: Run android tests # run: | # npm test

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/EmpathySlainLovers/MCP'

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