Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PET_DATA_DIR | Yes | Directory where pet data will be stored. Must have write permissions. |
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 |
---|---|
create_pet | Create a new virtual pet |
check_pet | Check on your virtual pet's status |
feed_pet | Feed your virtual pet |
play_with_pet | Play with your virtual pet |
clean_pet | Clean your virtual pet |
put_to_bed | Put your virtual pet to sleep to restore energy |