Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_NAME | No | Default database name | sample_project_db |
| PG_HOST | No | PostgreSQL host | localhost |
| PG_PORT | No | PostgreSQL port | 5432 |
| PG_USER | No | PostgreSQL username | postgres |
| ENV_PATH | Yes | Django .env file path | |
| MANAGE_PY | Yes | Django manage.py path | |
| PG_PASSWORD | No | PostgreSQL password | root |
| PYTHON_EXEC | Yes | Virtual env Python executable path |
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 | |