Skip to main content
Glama

Currents

Official
by currents-dev
publish.yaml942 B
name: Publish NPM Package on: workflow_dispatch: inputs: channel: required: true type: choice description: NPM tag to publish the package to options: - oldversion - alpha - beta - latest jobs: publish: runs-on: ubuntu-latest defaults: run: working-directory: ./mcp-server steps: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - uses: actions/setup-node@v4 with: node-version: "20.x" registry-url: "https://registry.npmjs.org" - run: npm ci - name: Publish to NPM run: | git config user.name "Currents NPM Bot" git config user.email "npm@currents.dev" npm run publish:mcp -- -- --tag ${{ github.event.inputs.channel }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

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/currents-dev/currents-mcp'

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