Skip to main content
Glama
deleonio
by deleonio
sync-to-opencode.yml847 B
name: Sync to OpenCoDE on: workflow_dispatch: schedule: - cron: '0 4-20 * * *' # stündlich 04–20 UTC (~06–22 Uhr Berlin) jobs: sync: if: github.repository == 'public-ui/kolibri' runs-on: ubuntu-latest strategy: fail-fast: false matrix: branch: - develop - release/1 - release/2 - release/3 steps: - uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false ref: ${{ matrix.branch }} - name: Sync ${{ matrix.branch }} to OpenCoDE uses: public-ui/kolibri/.github/actions/opencode-sync@develop with: branch: ${{ matrix.branch }} remote-url: https://OC000005112572:${{ secrets.GITLAB_PERSONAL_ACCESS_TOKEN }}@gitlab.opencode.de/OC000005112572/kolibri.git

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/deleonio/public-ui-kolibri'

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