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 | Prompt for analyzing code in the project. |
code_search | Prompt for searching code in the project. |
set_project | Prompt for setting the project path. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
config://code-indexer | |
structure://project | |
settings://stats |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
set_project_path | Set the base project path for indexing. |
search_code | |
search_code_advanced | |
find_files | |
get_file_summary | |
refresh_index | Refresh the project index. |
get_settings_info | Get information about the project settings. |
create_temp_directory | Create the temporary directory used for storing index data. |
check_temp_directory | Check the temporary directory used for storing index data. |
clear_settings | Clear all settings and cached data. |
refresh_search_tools | Refresh search tools detection and show available capabilities. |