Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
load-graph-error-html.ts556 B
import { NxError } from '@nx-console/shared-types'; export function loadGraphErrorHtml(errors: NxError[]) { return /*html*/ ` <style> pre { white-space: pre-wrap; border-radius: 5px; border: 2px solid var(--vscode-editorWidget-border); padding: 20px; } </style> <p>Unable to load the project graph. The following error occurred:</p> ${errors .map( (error) => `<pre>${error.message ?? ''} \n ${error.stack ?? ''}</pre>` ) .join('')} `; }

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