Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Specifies the log level. Possible values: debug, info, warn, error | info |
CLAUDE_BIN | Yes | Specifies the path to the Claude CLI executable |
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 |
---|---|
explain_code | Provides detailed explanation of the given code. |
review_code | Reviews the given code. |
fix_code | Fixes bugs or issues in the given code. |
edit_code | Edits the given code based on instructions. |
test_code | Generates tests for the given code. |
simulate_command | Simulates the execution of a given command. |
your_own_query | Sends a custom query with context. |