Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hello_world | A simple hello world tool that returns a greeting. Args:
name: Name to greet
delay: Optional delay in seconds
Returns:
A greeting message
|
| get_version | Get server version information. |
| system_info | Get basic system information. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |