Skip to main content
Glama
nrwl

Nx MCP Server

Official
by nrwl
field-wrapper.cy.ts744 B
import { GeneratorSchema } from '@nx-console/shared-generate-ui-types'; import { visitGenerateUi } from '../support/visit-generate-ui'; export const schema: GeneratorSchema = { collectionName: '@nx/test', generatorName: 'test', description: 'description', options: [ { name: 'option1', isRequired: true, aliases: [], 'x-hint': 'hint' }, { name: 'option2', isRequired: false, aliases: [] }, ], }; describe('field wrapper', () => { beforeEach(() => visitGenerateUi(schema)); it('should show hint if x-hint is set', () => { cy.get('field-list popover-element').click(); cy.get('[data-cy="popover-content"]').should('be.visible'); cy.get('[data-cy="popover-content"]').should('contain.text', 'hint'); }); });

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