We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinsey/vizro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
labeler.yml•603 B
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
name: Labeler
on:
# Note this job uses pull_request_target so we should not add steps that check out, build, or run untrusted code.
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target
pull_request_target:
paths:
- "vizro-ai/**"
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v6