Skip to main content
Glama

Python Dependency Manager Companion

by KemingHe
auto-update.ymlβ€’1.54 kB
name: Auto Update Orchestrator on: schedule: # Tuesday 6pm ET (22:00 UTC, accounting for EST/EDT) - cron: '0 22 * * 2' workflow_dispatch: {} # Manual trigger for testing jobs: update-docs: name: Update Documentation # Restrict to home repository and main branch only for security if: github.repository == 'KemingHe/python-dependency-manager-companion-mcp-server' && github.ref == 'refs/heads/main' permissions: contents: write # Required: commit documentation updates uses: ./.github/workflows/auto-update-docs.yml update-index: name: Update Search Index needs: update-docs # Restrict to home repository and main branch only for security if: github.repository == 'KemingHe/python-dependency-manager-companion-mcp-server' && github.ref == 'refs/heads/main' permissions: contents: write # Required: commit search index updates uses: ./.github/workflows/auto-update-index.yml publish: name: Publish Image needs: update-index # Restrict to home repository and main branch only for security if: github.repository == 'KemingHe/python-dependency-manager-companion-mcp-server' && github.ref == 'refs/heads/main' permissions: contents: read # Minimum: checkout repository attestations: write # Required: artifact attestation id-token: write # Required: OIDC token for attestation uses: ./.github/workflows/auto-update-publish.yml secrets: inherit # Required for workflow accessing env secrets

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/KemingHe/python-dependency-manager-companion-mcp-server'

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