Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LEGACY_TOOLS_ENABLED | No | Enables older compatibility and debugging tools that are not enabled by default. Set to 'true' to enable. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| corpus_status | Checks the presence and metadata of generated documentation artifacts. |
| scan_project | Recursively scans a directory for files using legacy HeroUI/NextUI components. |
| analyze_file | Analyze code and return detailed findings about legacy imports, components, props, hooks and Tailwind patterns. |
| rewrite_file | Apply heuristic migrations to code and return the rewritten source plus diagnostics. |
| compare_component | Show presence/status of a component between v2 and v3, with alias lookup. |
| audit_tailwind | Analyze a Tailwind configuration file for legacy HeroUI patterns. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |