Skip to main content
Glama
publish_testpypi.yml831 B
name: Build and Publish TestPyPI on: workflow_dispatch: jobs: build-and-publish: runs-on: windows-latest environment: name: testpypi url: https://test.pypi.org/p/mindm-mcp permissions: contents: read id-token: write steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.12' - name: Install build dependencies run: | python -m pip install --upgrade pip pip install setuptools wheel build twine - name: Build the package run: python -m build - name: Verify package run: twine check dist/* - name: Publish to TestPyPI run: twine upload --verbose --repository testpypi dist/*

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/robertZaufall/mindm-mcp'

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