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 |
---|---|
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 |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
initialize_repository | Initialize the repository path for future code analysis operations. Args:
path: Path to the repository root directory that contains the code to analyze |
get_repo_info | Get information about the currently initialized code repository. |
get_repo_structure | Get the structure of files and directories in the repository. Args:
sub_path: Optional subdirectory path relative to repository root
depth: Optional maximum depth to traverse (default is 3) |
read_file | Read and display the contents of a file from the repository. Args:
file_path: Path to the file relative to repository root |