Skip to main content
Glama

RAD Security

Official
by rad-security
publish.yml1.14 kB
name: Publish to NPM on: release: types: [created] jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '22' registry-url: 'https://registry.npmjs.org' - name: Extract version from tag id: get_version run: | # Extract version from git tag (removing v prefix if present) TAG_VERSION=${GITHUB_REF#refs/tags/} TAG_VERSION=${TAG_VERSION#v} echo "VERSION=$TAG_VERSION" >> $GITHUB_OUTPUT - name: Generate version file run: | echo "export const VERSION = \"${{ steps.get_version.outputs.VERSION }}\";" > src/version.ts - name: Install dependencies run: npm install - name: Update version in package.json run: npm version ${{ steps.get_version.outputs.VERSION }} --no-git-tag-version - name: Build run: npm run build - name: Publish to NPM run: npm publish --access public 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/rad-security/mcp-server'

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