Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port for the HTTP server | 3000 |
NODE_ENV | No | Environment mode (development, production) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
greeting | A greeting prompt that generates a personalized greeting message |
analyze-data | A prompt template for analyzing data with customizable instructions |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
info |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
calculate | - |
timestamp | - |