Skip to main content
Glama

Mode Manager MCP

release.yml1.02 kB
name: Release on: workflow_dispatch: permissions: contents: write id-token: write jobs: release: runs-on: ubuntu-latest environment: release steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: '3.11' - uses: astral-sh/setup-uv@v4 - name: Bump version (patch) id: version_bump run: | uv version --bump patch git config user.name "github-actions" git config user.email "github-actions@github.com" git add pyproject.toml uv.lock || true git commit -m "ci: bump version [skip ci]" || echo "No changes to commit" git tag v$(uv version --short) git pull --rebase || true git push --follow-tags - name: Build package run: uv build --no-sources - name: Test run: | uv sync --group dev uv run pytest - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1

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/NiclasOlofsson/mode-manager-mcp'

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