Skip to main content
Glama
asset-push.yml1.26 kB
name: Push Clover Assets on: push: branches: - main paths: - 'bin/clover/**' - 'bin/hoist/**' - 'lib/jsr-systeminit/cf-db/**' jobs: push-assets: runs-on: ubuntu-latest env: SI_BEARER_TOKEN: ${{ secrets.SI_BEARER_TOKEN }} SI_MODULE_INDEX_URL: "https://module-index.systeminit.com" steps: - uses: actions/checkout@v4 - uses: denoland/setup-deno@v2 - uses: dtolnay/rust-toolchain@stable - name: Generate Specs run: | cd bin/clover LOG_LEVEL=debug deno task run generate-specs --provider=all --force-update-existing-packages - name: Push Specs run: | cd bin/hoist cargo run -- upload-all-specs -y --non-interactive --max-concurrent 25 -t ../clover/si-specs - name: Update Module Cache in Tools Prod run: | curl -X POST "https://tools.systeminit.com/api/v2/admin/update_module_cache" -H "Authorization: Bearer ${{ secrets.SI_PRODUCTION_SAAS_WORKSPACE_API_TOKEN }}" - name: Update Module Cache in Prod run: | curl -X POST "https://app.systeminit.com/api/v2/admin/update_module_cache" -H "Authorization: Bearer ${{ secrets.SI_TECHNICAL_OPERATIONS_WORKSPACE_TOKEN }}"

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/systeminit/si'

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