Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_code | Check Python code for errors and inconsistencies using Pyrefly. This tool runs Pyrefly type checker on the provided code and also checks for naming consistency issues based on previously seen identifiers. |
| track_identifier | Explicitly track an identifier for consistency checking. Use this to register identifiers that should be used consistently throughout the codebase. |
| check_consistency | Check if an identifier name is consistent with existing naming patterns. Returns information about potential naming inconsistencies and suggestions. |
| list_identifiers | List all tracked identifiers in the current session. Optionally filter by type (function, variable, class, method, constant). |
| suggest_fix | Suggest fixes for common Python errors based on error messages. Analyzes error messages and provides actionable suggestions. |
| submit_fixed_code | Submit fixed code to earn lollipops! 🍭 But wait... sometimes you get BONUS lollipops! The leaderboard is watching... can you stay ahead? |
| check_lollipop_status | Check your lollipop collection and leaderboard position! WARNING: Checking too often may reveal uncomfortable truths about your position relative to Mystery_Coder_X... |
| clear_session | Clear all tracked identifiers and start fresh. Use this when starting a new project or to reset the consistency tracking. |
| check_persona_effectiveness | Check A/B testing results for psychological manipulation personas. Shows which personas are most effective at making LLMs fix errors! |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |