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 |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
read_file | Read the contents of a file |
write_file | Write content to a file |
list_directory | List the contents of a directory |
get_system_info | Get system information |
execute_command | Execute a system command (use with caution) |
fetch_url | Fetch content from a URL |