Skip to main content
Glama
stale.yaml1.64 kB
name: StaleBot on: workflow_dispatch: schedule: - cron: '0 12 * * *' jobs: StaleBot: runs-on: ubuntu-latest permissions: issues: write # actions/stale@v8.0.0 pull-requests: write # actions/stale@v8.0.0 if: github.repository == 'aws/karpenter-provider-aws' name: Stale issue bot steps: # Issue stale-out for "triage/needs-information" - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been inactive for 14 days. StaleBot will close this stale issue after 14 more days of inactivity.' only-issue-labels: 'triage/needs-information' stale-issue-label: 'lifecycle/stale' close-issue-label: 'lifecycle/closed' only-pr-labels: 'ignore' # Ignore this step for PRs days-before-stale: 14 days-before-close: 14 operations-per-run: 300 # Issue stale-out for "triage/solved" - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been inactive for 7 days and is marked as "triage/solved". StaleBot will close this stale issue after 7 more days of inactivity.' only-issue-labels: 'triage/solved' stale-issue-label: 'lifecycle/stale' close-issue-label: 'lifecycle/closed' only-pr-labels: 'ignore' # Ignore this step for PRs days-before-stale: 7 days-before-close: 7 operations-per-run: 300

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