Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | The database connection string (e.g., postgresql://user:pass@localhost/mydb, mysql://root:pass@localhost:3306/testdb, or sqlite://path/to/db.sqlite). Can also be provided via --database-url command line argument or database_url parameter in tool calls. |
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 | |