Skip to main content
Glama

cortex-cloud-docs-mcp-server

release.yml1.9 kB
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI on: pull_request: branches: [ main ] push: branches: [ main ] jobs: build: name: Build distribution 📦 runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 with: persist-credentials: false - name: Setup uv uses: astral-sh/setup-uv@v6 - name: Setup Python 3.11 run: uv python install 3.11 - name: Build a binary wheel and a source tarball run: uv build - name: Store the distribution packages uses: actions/upload-artifact@v4 with: name: python-package-distributions path: dist/ publish-to-pypi: name: Publish Python 🐍 distribution 📦 to PyPI if: github.event_name == 'push' && github.ref == 'refs/heads/main' needs: - build runs-on: ubuntu-latest environment: name: pypi url: https://pypi.org/p/cortex-cloud-docs-mcp-server permissions: id-token: write steps: - name: Download all the dists uses: actions/download-artifact@v5 with: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 publish-to-testpypi: name: Publish Python 🐍 distribution 📦 to TestPyPI if: github.event_name == 'pull_request' needs: - build runs-on: ubuntu-latest environment: name: testpypi url: https://test.pypi.org/p/cortex-cloud-docs-mcp-server permissions: id-token: write steps: - name: Download all the dists uses: actions/download-artifact@v5 with: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/

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/clarkemn/cortex-cloud-docs-mcp-server'

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