Skip to main content
Glama

Createve.AI Nexus

by spgoodman
publish.ymlβ€’1.43 kB
# .github/workflows/publish.yml name: Publish n8n Nodes on: release: types: [created] jobs: build-and-publish: runs-on: ubuntu-latest defaults: run: working-directory: ./src/n8n_nodes steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '18' registry-url: 'https://registry.npmjs.org' scope: '@createveai' - name: Install dependencies run: npm install --production - name: Verify build files run: | ls -la ls -la dist/ || echo "Build directory not found or not included in repository!" if [ ! -f dist/index.js ]; then echo "Build files missing! Make sure to commit build directory to repository." exit 1 fi - name: Extract version from tag id: get_version run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Set package version from release run: npm version --no-git-tag-version ${{ steps.get_version.outputs.VERSION }} - name: Check package contents before publishing run: | npm pack tar -tvf *.tgz - name: Publish to npm run: npm publish 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/spgoodman/createveai-nexus-server'

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