Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initialize_repository | Initialize the repository path for future code analysis operations. |
| get_repo_info | Get information about the currently initialized code repository. |
| get_repo_structure | Get the structure of files and directories in the repository. |
| read_file | Read and display the contents of a file from the repository. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_code_repository | Analyze a code repository at the specified path. Args: codebase_path: Absolute path to the code repository |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |