Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
nx-workspace-default.test.ts708 B
import { defaultVersion, simpleReactWorkspaceOptions, uniq, } from '@nx-console/shared-e2e-utils'; import { testNxWorkspace } from './nx-workspace-base'; const workspaceName = uniq('workspace'); testNxWorkspace( defaultVersion, simpleReactWorkspaceOptions, workspaceName, ['e2e', workspaceName], [ { [`e2e`]: [ 'e2e', 'e2e-ci', 'e2e-ci--src/e2e/app.cy.ts', 'lint', 'open-cypress', ], }, { [workspaceName]: [ 'build', 'build-deps', 'dev', 'lint', 'preview', 'serve', 'serve-static', 'test', 'typecheck', 'watch-deps', ], }, ], );

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