Skip to main content
Glama
deploy_server_executables.yml1.01 kB
# This workflow builds the MCP server executables for all platforms and uploads them as release assets. # It is triggered when a new release is published manually. # It is NOT triggered by CI/CD pipelines or other automated processes. name: deploy-server-executables on: release: types: [published] jobs: build-and-zip: runs-on: macos-latest steps: - name: Checkout repository uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v4 with: dotnet-version: '9.0.x' - name: Make build script executable run: chmod +x ./Unity-MCP-Server/build-all.sh - name: Build executables for all platforms shell: bash {0} run: cd Unity-MCP-Server && ./build-all.sh Release - name: Upload release assets uses: softprops/action-gh-release@v2 with: files: ./Unity-MCP-Server/publish/*.zip tag_name: ${{ github.event.release.tag_name }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_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/IvanMurzak/Unity-MCP'

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