Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| connect_database | Connect to a database using connection string |
| list_connections | List all active database connections |
| disconnect_database | Disconnect from a database using connection ID |
| disconnect_all | Disconnect all active database connections |
| run_query | Run SQL query on the connected database |