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 | 
|---|---|
| review-code | Generate a comprehensive code review focusing on best practices, security, and performance | 
| refactor-code | Generate suggestions and examples for refactoring code | 
| document-code | Generate comprehensive documentation for code | 
| write-email | Generate professional emails for various purposes | 
| write-technical-doc | Generate technical documentation for various purposes | 
| summarize-meeting | Generate structured meeting summaries and action items | 
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| app-config | Application configuration and settings | 
| health | System health and status information | 
| system-info | Basic system and environment information | 
| process-info | Current Node.js process information | 
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| add | Add two numbers together | 
| subtract | Subtract two numbers | 
| multiply | Multiply two numbers | 
| divide | Divide two numbers | 
| transform-text | Transform text case and format | 
| analyze-text | Analyze text and provide statistics |