Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SURREAL_URL | Yes | SurrealDB connection URL | ws://localhost:8000/rpc |
SURREAL_USER | Yes | Database username | root |
SURREAL_DATABASE | Yes | SurrealDB database | test |
SURREAL_PASSWORD | Yes | Database password | root |
SURREAL_NAMESPACE | Yes | SurrealDB namespace | test |
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 |