Skip to main content
Glama
website-preview-trigger.yaml954 B
name: WebsitePreviewTrigger on: pull_request: types: [ opened, synchronize, reopened ] jobs: preview-trigger: runs-on: ubuntu-latest if: github.repository == 'aws/karpenter-provider-aws' steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 - name: Save info about the PR as an artifact for other workflows that run on workflow_run to download them env: PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }} COMMIT_ID: ${{ github.event.pull_request.head.sha }} run: | mkdir -p /tmp/artifacts { echo "$PULL_REQUEST_NUMBER"; echo "$COMMIT_ID"; } >> /tmp/artifacts/website-metadata.txt cat /tmp/artifacts/website-metadata.txt - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: artifacts path: /tmp/artifacts

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