Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| generate-qrcode-dataurl | Generate a QR code from text or URL and return it as a base64 data URL |
| generate-qrcode-svg | Generate a QR code from text or URL and return it as SVG format |
| generate-qrcode-terminal | Generate a QR code from text or URL and display it in terminal format |
| generate-qrcode-batch | Generate multiple QR codes from an array of texts or URLs |