Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
publish-nxls.yml1.07 kB
name: Publish NXLS on: push: tags: - 'nxls-v*.*.*' env: node_version: 24 permissions: id-token: write contents: read jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Use Node.js ${{ env.node_version }} uses: actions/setup-node@v4 with: node-version: ${{ env.node_version }} check-latest: true cache: yarn - name: Gradle Wrapper Validation uses: gradle/actions/wrapper-validation@v3 - name: Setup Java uses: actions/setup-java@v3 with: distribution: zulu java-version: 17 cache: gradle - run: yarn install --immutable shell: bash - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@v3 with: main-branch-name: 'master' - name: publish run: | npx nx run nxls:build --skip-nx-cache cd dist/apps/nxls npm publish

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/nrwl/nx-console'

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