Skip to main content
Glama
release.yml1.08 kB
name: Publish to npm on release on: release: types: [published] jobs: publish: name: Publish package to npm runs-on: ubuntu-latest permissions: contents: read id-token: write steps: - name: Checkout repository uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v4 with: node-version: 20 registry-url: https://registry.npmjs.org cache: npm - name: Install dependencies run: npm ci - name: Verify tag matches package.json version shell: bash run: | TAG="${GITHUB_REF_NAME#v}" PKG_VERSION=$(node -p "require('./package.json').version") echo "Tag: $TAG" echo "package.json version: $PKG_VERSION" if [ "$TAG" != "$PKG_VERSION" ]; then echo "Tag ($TAG) does not match package.json version ($PKG_VERSION)"; exit 1; fi - name: Build run: npm run build - name: Publish to npm run: npm publish --access public --provenance

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/BACH-AI-Tools/fr24api-mcp'

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