Skip to main content
Glama
release.yml1.06 kB
name: Release on: push: branches: [ main, master ] workflow_dispatch: jobs: release: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'skip ci')" steps: - uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' cache: 'npm' registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci - name: Run tests run: npm test --if-present - name: Build run: npm run build --if-present - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 with: semantic_version: 19 extra_plugins: | @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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/ExpertVagabond/solana-mcp-server'

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