name: Upgrade Trunk
on:
workflow_dispatch: {}
schedule:
# Runs the first day of every month (in the UTC timezone)
- cron: 0 0 1 * *
permissions: read-all
jobs:
trunk_upgrade:
name: Upgrade Trunk
runs-on: ubuntu-latest
permissions:
contents: write # For trunk to create PRs
pull-requests: write # For trunk to create PRs
steps:
- name: Checkout
uses: actions/checkout@v5
# >>> Install your own deps here (npm install, etc) <<<
# SEE https://github.com/trunk-io/trunk-action
- name: Trunk Upgrade
uses: trunk-io/trunk-action/upgrade@v1
with:
signoff: true
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/ubie-oss/mcp-vertexai-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server