Skip to main content
Glama

NTV Scaffolding MCP Server

generate_ntv_component_file

Generate complete TypeScript component files for Angular applications using NTV components, including optional CSS styles and test templates.

Instructions

Generates a complete TypeScript component file that uses an NTV component

Input Schema

NameRequiredDescriptionDefault
componentYesComponent name (e.g., 'Button', 'Input')
filenameNoOutput filename without extension (e.g., 'my-button'). Default: component name in kebab-case
selectorNoAngular component selector (e.g., 'app-my-button')
includeStylesNoInclude CSS file template. Default: true
includeTestsNoInclude Jest/Jasmine test template. Default: true

Input Schema (JSON Schema)

{ "properties": { "component": { "description": "Component name (e.g., 'Button', 'Input')", "type": "string" }, "filename": { "description": "Output filename without extension (e.g., 'my-button'). Default: component name in kebab-case", "type": "string" }, "includeStyles": { "description": "Include CSS file template. Default: true", "type": "boolean" }, "includeTests": { "description": "Include Jest/Jasmine test template. Default: true", "type": "boolean" }, "selector": { "description": "Angular component selector (e.g., 'app-my-button')", "type": "string" } }, "required": [ "component" ], "type": "object" }

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/stephenlumban/component-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server