Skip to main content
Glama
publish-cli.yaml683 B
name: Publish CLI on: workflow_dispatch: jobs: publish: runs-on: ubuntu-latest if: github.repository == 'mobile-dev-inc/maestro' steps: - name: Clone repository uses: actions/checkout@v4 - name: Set up Java uses: actions/setup-java@v4 with: distribution: zulu java-version: 17 cache: gradle - name: Publish CLI run: ./gradlew :maestro-cli:jreleaserFullRelease --no-daemon --no-parallel env: JRELEASER_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }} - name: Print jReleaser log if: always() run: cat maestro-cli/build/jreleaser/trace.log

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/mobile-dev-inc/Maestro'

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