Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Host address to bind the server to. | 127.0.0.1 |
PORT | No | Port number for the HTTP server. | 3323 |
JULES_API_KEY | Yes | Your Jules API key for authentication. | |
ALLOWED_ORIGINS | No | Comma-separated list of allowed origins for CORS. | null,http://localhost |
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 |