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 |
---|---|
explore_project | Help explore and understand a project directory structure |
file_analysis | Analyze files in a directory for common patterns and content |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Current Directory | Information about the current working directory |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_directory | List the contents of a directory |
read_file | Read the contents of a text file |
get_file_info | Get detailed information about a file or directory |
search_files | Search for files by name pattern in a directory |