Skip to main content
Glama

mcp-openvision

by Nazruden
publish.yml1.17 kB
name: Publish to PyPI on: release: types: [created] repository_dispatch: types: [release-created] workflow_dispatch: # Allow manual triggering permissions: contents: read id-token: write jobs: build-and-publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: ref: ${{ github.event.release.tag_name || 'main' }} - name: Set up Python uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install dependencies run: | python -m pip install --upgrade pip pip install build twine - name: Build package run: python -m build - name: Publish to Test PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository-url: https://test.pypi.org/legacy/ skip-existing: true - name: Publish to PyPI if: github.event_name == 'release' || github.event_name == 'repository_dispatch' uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_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/Nazruden/mcp-openvision'

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