Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AI_LOGGER_URL | No | URL pointing to your AILogger instance | http://localhost:3030 |
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 |
---|---|
list_projects | Lists all available Unity projects. |
list_files_in_project | Lists all the files inside a Unity project. |
read_file | Reads the contents of a file inside a Unity project. |