Skip to main content
Glama
mkXultra
by mkXultra
npm-publish.yml827 B
name: NPM Publish on: release: types: [published] permissions: contents: read packages: write jobs: test: name: Run All Tests uses: ./.github/workflows/ci.yml publish: name: Publish to NPM runs-on: ubuntu-latest needs: [test] steps: - uses: actions/checkout@v4 with: ref: ${{ github.event.release.tag_name }} - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' cache: 'npm' registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci - name: Build project run: npm run build - name: Publish to npm if: ${{ !github.event.release.prerelease }} run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

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/mkXultra/agent-communication-mcp'

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