Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create-project | Guide through creating a new Node.js project with best practices |
| analyze-code | Analyze code for potential improvements and best practices |
| generate-component | Generate a React component with TypeScript support |
| git-commit | Generate a descriptive Git commit message |
| debug-error | Get suggestions for debugging a Node.js error |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_project | Create a new Node.js project with enhanced configuration |
| install_packages | Install npm packages with version management |
| generate_component | Generate a new React component with TypeScript support |
| create_type_definition | Create TypeScript type definitions or interfaces |
| add_script | Add a new npm script to package.json |
| update_tsconfig | Update TypeScript configuration |
| create_documentation | Generate project documentation |