Skip to main content
Glama
by antvis
auto-release.ymlโ€ข863 B
name: ๐Ÿš€ Auto Release on: push: branches: - main jobs: release: runs-on: macos-latest if: startsWith(github.event.head_commit.message , 'chore(release):') steps: - uses: actions/checkout@v3 with: fetch-depth: '0' - name: Use Node.js uses: actions/setup-node@v3 with: node-version: 20 - name: Install dependencies run: npm install - name: lint run: | npm run lint - name: build run: | npm run build env: CI: false - name: test run: | npm run test - name: Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} & npm run release

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/antvis/mcp-server-antv'

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