Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WS_PORT | No | WebSocket bridge port | 8083 |
| CHAT_PROVIDER | No | Which AI provider key to prefer (openai or anthropic) | openai |
| OPENAI_API_KEY | No | OpenAI API key to enable direct in-world AI chat | |
| ANTHROPIC_API_KEY | No | Anthropic API key as an alternative AI provider | |
| AUTO_OPEN_BROWSER | No | Open the 3D client automatically | true |
| DEFAULT_FRAMEWORK | No | Which client to open (e.g., threejs, a-frame, babylonjs, r3f) | threejs |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |