Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAMPLE_SECRET | Yes | Your password here |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_text | Creates a prompt asking the LLM to summarize the provided text. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_fibonacci_sequence | Gets the Fibonacci sequence up to the nth number. |