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 |
---|---|
code-merge | |
code-review | |
code-explain |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_file_tree | Retrieves the file tree structure of the project. |
merge_content | Merges content from multiple files into a single output file. |
analyze_code | Analyzes code files and provides statistics. |