Skip to main content
Glama

macPilotCli

by huhu415
release.yml695 B
name: Release on: push: tags: - v*.*.* workflow_dispatch: # 支持手动触发 jobs: build: runs-on: macos-latest steps: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable - name: ⬇️ 检出代码 uses: actions/checkout@v4 - name: 🔧 构建应用 run: swift build -c release - name: 📦 打包应用 run: tar -czf macPilotCli_${{ github.ref_name }}.tar.gz -C .build/release macPilotCli - name: Release uses: softprops/action-gh-release@v1 with: files: macPilotCli_${{ github.ref_name }}.tar.gz token: ${{ secrets.GITHUB_TOKEN }}

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/huhu415/macPilotCli'

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