Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HYPERSPELL_TOKEN | Yes | A valid user or app token (refer to the Hyperspell docs for how to obtain a user token) | |
HYPERSPELL_COLLECTION | No | The name of the collection you want to query and add data to. If not set, it will use the user's default collection instead | |
HYPERSPELL_USE_RESOURCES | No | Set to 'false' (default) to expose everything as tools, 'true' to expose retrieving single documents or listing collections as resources instead, or 'both' if you want it all | false |
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 |
---|---|
No tools |