Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BLOB_READ_WRITE_TOKEN | Yes | Vercel Blob storage token for read/write access |
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 |
---|---|
process_and_upload_image | Process a local image file (optimize, resize, convert to WebP) and upload to Vercel Blob |
process_and_upload_image_from_url | Process an image from a URL (optimize, resize, convert to WebP) and upload to Vercel Blob |