Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deslop_analyze | Analyze code files for AI-generated slop patterns (verbose comments, unnecessary logging, redundant error handling, etc.) |
| deslop_fix | Automatically fix auto-fixable slop patterns in code files (removes verbose comments, debug logging, etc.) |
| deslop_diff | Analyze only changed files from git diff for slop 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 | |