Skip to main content
Glama
sonar.yml796 B
name: SonarQube Analysis on: workflow_dispatch: # 支持手动触发 push: branches: - main - master - develop pull_request: types: [opened, synchronize, reopened] jobs: sonarqube: name: SonarQube Scan runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v3 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} with: args: > -Dsonar.projectKey=BACH-AI-Tools_youtube_mp310 -Dsonar.projectName=youtube_mp310

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/BACH-AI-Tools/bachai-youtube-mp310'

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