We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tuannvm/mcp-trino'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: Update Homebrew Formula on Release
on:
workflow_run:
workflows: ["Create Release"]
types: [completed]
branches: [main]
jobs:
trigger-homebrew-update:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Trigger homebrew formula update
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
repository: tuannvm/homebrew-mcp
event-type: update-formula
client-payload: '{"repository": "tuannvm/mcp-trino", "formula": "mcp-trino.rb"}'