Skip to main content
Glama

content-core

publish.yml733 B
name: Publish on: push: tags: - 'v*' - '[0-9]*.[0-9]*.[0-9]*' jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: "3.10" - name: Install uv run: | curl -LsSf https://astral.sh/uv/install.sh | sh echo "$HOME/.cargo/bin" >> $GITHUB_PATH - name: Install dependencies and build tools run: | uv venv rm -rf dist uv sync - name: Build package run: uv build - name: Publish to PyPI env: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} run: uv publish --token "$PYPI_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/lfnovo/content-core'

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