Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
package.json2.3 kB
{ "name": "@nx-console/shared-cloud-fix-webview", "version": "0.0.1", "private": true, "nx": { "sourceRoot": "libs/shared/cloud-fix-webview/src", "projectType": "library", "targets": { "build": { "//": "JCEF can't handle exports somehow so this removes them. Hacky but works for now.", "command": "node -e \"const fs=require('fs'); const file='dist/libs/shared/cloud-fix-webview/main.js'; fs.writeFileSync(file, fs.readFileSync(file,'utf8').replace(/export\\s*{[^}]*};?\\s*$/gm, ''));\"", "dependsOn": [ "_build", "build-css" ] }, "_build": { "executor": "@nx/esbuild:esbuild", "outputs": [ "{options.outputPath}" ], "inputs": [ "default" ], "options": { "outputPath": "dist/libs/shared/cloud-fix-webview", "main": "libs/shared/cloud-fix-webview/src/main.ts", "tsConfig": "libs/shared/cloud-fix-webview/tsconfig.webview.json", "format": [ "esm" ], "bundle": true, "declaration": false, "deleteOutputPath": true, "thirdParty": true, "assets": [ { "input": "libs/shared/cloud-fix-webview/src", "glob": "*.css", "output": "/" } ] } }, "build-css": { "executor": "nx:run-commands", "options": { "command": "npx tailwindcss -i libs/shared/cloud-fix-webview/src/tailwind.css -o dist/libs/shared/cloud-fix-webview/tailwind.css -c libs/shared/cloud-fix-webview/tailwind.config.js" }, "dependsOn": [ "_build" ] }, "storybook": { "executor": "@nx/storybook:storybook", "continuous": true, "options": { "configDir": "libs/shared/cloud-fix-webview/.storybook" } }, "build-storybook": { "executor": "@nx/storybook:build", "outputs": [ "{options.outputDir}" ], "options": { "configDir": "libs/shared/cloud-fix-webview/.storybook", "outputDir": "dist/storybook/vscode-nx-cloud-fix-webview" } } }, "name": "shared-cloud-fix-webview" } }

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