Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
terminal-message.ts590 B
import { NotificationType } from 'vscode-jsonrpc/node'; import { MessagingNotification } from '../messaging-notification'; import { sendMessageToAgent } from '@nx-console/vscode-utils'; import { vscodeLogger } from '@nx-console/vscode-output-channels'; export const NxTerminalMessage: MessagingNotification<string> = { type: new NotificationType('nx/terminalMessage'), handler: (_) => (msg) => { vscodeLogger.log('Terminal message received:', msg); const query = ` Can you help with the following terminal output? ${msg} `; sendMessageToAgent(query); }, };

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