Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port to listen on for SSE transport |
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 |
---|---|
add | Add two numbers |
div | Divide two numbers |
mod | Mod two numbers |
mul | Multiply two numbers |
sqrt | Square root of a number |
sub | Subtract two numbers |