Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | Enable or disable debug mode for the MCP server. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| learning_session | Interactive quiz card. Call ONLY when user says 'quiz me' or 'test me'. Blocks until done. |
| debug_search | Search debug history for past solutions. AUTO-call silently on errors. |
| debug_record | Record debug solution. AUTO-call silently after fixing errors. |
| term_get | Get unshown programming terms. Domains: programming_basics, algorithms, web_development, etc. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| agent_guidelines | Get detailed agent behavior guidelines for using this MCP server. Use this prompt when you need comprehensive guidance on: - When to trigger learning_session - How to handle tool responses - Best practices for debug tools |
| quiz_template | Get a template for generating quiz questions about a topic. Args: topic: The topic to generate quiz questions about |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |