Skip to main content
Glama
sweeper.yaml1.44 kB
name: Sweeper on: schedule: - cron: '0 */12 * * *' workflow_dispatch: jobs: sweeper: permissions: id-token: write # aws-actions/configure-aws-credentials@v4.0.1 if: vars.CI_ACCOUNT_ID != '' || github.event_name == 'workflow_dispatch' strategy: fail-fast: false max-parallel: 1 matrix: region: [us-east-2, us-west-2, eu-west-1, eu-north-1, us-east-1] runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: configure aws credentials uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0 with: role-to-assume: arn:aws:iam::${{ vars.CI_ACCOUNT_ID }}:role/${{ vars.CI_ROLE_NAME }} aws-region: ${{ matrix.region }} - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: go-version-file: test/hack/resource/go.mod check-latest: true cache-dependency-path: "test/hack/resource/go.sum" # eu-north-1 contains the soak tests and resources should be swept if they are older than 8 days - run: | if [[ "${{ matrix.region }}" == "eu-north-1" ]]; then go run main.go --expiration 192h else go run main.go --expiration 12h fi working-directory: ./test/hack/resource/clean name: "Run cleanup script"

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/mengfwan/test-mcp-glama'

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