Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | The database host address. | mysql |
| DB_PORT | No | The database port. | 3306 |
| DB_DATABASE | No | The name of the database. | laravel |
| DB_PASSWORD | No | The database password. | password |
| DB_USERNAME | No | The database username. | sail |
| DB_CONNECTION | No | The database connection driver (e.g., mysql). | mysql |
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 | |