Skip to main content
Glama
release.yml1.15 kB
name: Create Release on: push: tags: - 'v*' jobs: create-release: name: Create GitHub Release runs-on: ubuntu-latest permissions: contents: write steps: - name: Checkout repository uses: actions/checkout@v5 with: fetch-depth: 0 - name: Extract version from tag id: version run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Create Release env: GH_TOKEN: ${{ github.token }} run: | gh release create ${{ github.ref_name }} \ --title "Release ${{ github.ref_name }}" \ --generate-notes \ --notes-start-tag $(git describe --tags --abbrev=0 ${{ github.ref_name }}^ 2>/dev/null || echo "") \ --notes "## 📦 Installation **PyPI Package:** \`\`\`bash pip install mcp-outline==${{ steps.version.outputs.VERSION }} \`\`\` **Docker Image:** \`\`\`bash docker pull ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }} \`\`\` --- "

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/Vortiago/mcp-outline'

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