Skip to main content
Glama

Squad AI

release.yml1.04 kB
# .github/workflows/release.yml name: Create Release on: push: tags: - 'v*.*.*' jobs: build-and-release: runs-on: ubuntu-latest permissions: contents: write # Needed by ncipollo/release-action steps: - name: Checkout code uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: '20' - name: Set up Bun uses: oven-sh/setup-bun@v1 with: bun-version: latest - name: Install dependencies run: yarn install --frozen-lockfile - name: Build project run: yarn bun:build # Creates files in ./bin/ - name: Make binaries executable run: chmod +x ./bin/* - name: Create Release and Upload Binaries uses: ncipollo/release-action@v1 with: artifacts: "./bin/*" # Correct glob pattern for the binaries token: ${{ secrets.GITHUB_TOKEN }} # By default, this action doesn't upload source code archives

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/the-basilisk-ai/squad-mcp'

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