Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
project.json2.05 kB
{ "name": "nxls", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/nxls/src", "projectType": "application", "targets": { "build": { "defaultConfiguration": "production", "executor": "@nx/esbuild:esbuild", "inputs": ["production", "^production"], "outputs": ["{workspaceRoot}/dist/apps/nxls"], "options": { "main": "apps/nxls/src/main.ts", "tsConfig": "apps/nxls/tsconfig.app.json", "outputPath": "dist/apps/nxls", "skipTypeCheck": true, "assets": [ { "input": "apps/nxls/src/bin", "glob": "**/*", "output": "/bin" }, { "glob": "README.md", "input": "apps/nxls", "output": "/" }, { "glob": "package.json", "input": "apps/nxls", "output": "/" } ], "external": [ "@swc/*", "@angular-devkit/*", "@nx/nx*", "webpack", "fsevents", "nx" ], "deleteOutputPath": true, "declaration": false, "target": "es2020", "outputFileName": "main.js", "format": ["cjs"], "thirdParty": true, "platform": "node", "esbuildOptions": { "mainFields": ["module", "main"], "loader": { ".node": "dataurl" }, "logLevel": "error", "outExtension": { ".js": ".js" } } }, "configurations": { "debug": { "minify": false, "sourcemap": true }, "production": { "minify": true } } }, "semantic-release": { "executor": "@theunderscorer/nx-semantic-release:semantic-release", "options": { "buildTarget": "nxls:build", "ci": false, "packageJsonDir": "apps/nxls", "outputPath": "dist/apps/nxls" } } }, "tags": ["type:lsp"] }

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