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 |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
find_most_critical_design_issue | Analyze a single Java file and find the most important design issue that requires immediate attention and refactoring. Ignore cosmetic problems that are easy to fix. Find single most important problem the fix of which will most effectively improve the quality of code, its maintainability and stability. |