Skip to main content
Glama
canary-release.yml1.05 kB
name: Canary Release on: workflow_dispatch: inputs: branch: description: "Branch to release from (defaults to current branch)" required: false type: string jobs: canary-release: name: Canary Release runs-on: ubuntu-latest permissions: contents: read steps: - name: Checkout Repo uses: actions/checkout@v3 with: ref: ${{ inputs.branch || github.ref }} - name: Setup Node uses: actions/setup-node@v4 with: node-version: "20" - name: Setup pnpm uses: pnpm/action-setup@v4 with: version: 9 - name: Configure npm authentication run: | echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc - name: Install Dependencies run: pnpm install --frozen-lockfile - name: Build all packages run: pnpm build - name: Publish Snapshot run: pnpm release:snapshot env: NPM_TOKEN: ${{ secrets.NPM_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/upstash/context7-mcp'

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