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 |
|---|---|
| shell_command | Execute a command in the terminal with timeout. Command will continue running in background if it doesn't complete within timeout. |
| read_output | Read output from a running or completed process. |
| file | Analyze a file and determine its type Example usage:
|
| strings | Extract printable strings from a file Example usage:
|
| hexdump | Display file contents in hexadecimal format Example usage:
|
| objdump | Display information from object files Example usage:
|
| xxd | Create a hexdump with ASCII representation Example usage:
|