Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
get-pdv-data.ts359 B
import { NxPDVDataRequest } from '@nx-console/language-server-types'; import { PDVData } from '@nx-console/shared-types'; import { getNxlsClient } from '@nx-console/vscode-lsp-client'; export async function getPDVData( path: string | undefined ): Promise<PDVData | undefined> { return getNxlsClient().sendRequest(NxPDVDataRequest, { filePath: path }); }

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