Skip to main content
Glama
paypal
by paypal
release.yml1.24 kB
name: Create GitHub Release on: push: tags: - 'v*' workflow_dispatch: inputs: version_tag: description: 'Tag to release' required: false jobs: github-release: runs-on: ubuntu-latest steps: - name: Checkout (tag) uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get version id: get_version run: | VERSION=${GITHUB_REF#refs/tags/v} echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Create GitHub Release with links uses: softprops/action-gh-release@v2 with: tag_name: ${{ github.ref }} name: "Release ${{ steps.get_version.outputs.version }}" body: | ## Package Links - **npm**: - [@paypal/agent-toolkit](https://www.npmjs.com/package/@paypal/agent-toolkit/v/${{ steps.get_version.outputs.version }}) - [@paypal/mcp](https://www.npmjs.com/package/@paypal/mcp/v/${{ steps.get_version.outputs.version }}) - **PyPI**: [paypal-agent-toolkit](https://pypi.org/project/paypal-agent-toolkit/${{ steps.get_version.outputs.version }}/) 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/paypal/agent-toolkit'

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