Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ORIGIN | No | Allowed CORS origins (comma-separated) | |
NODE_ENV | No | Node environment (development/production) | development |
SQL_PORT | No | SQL Server port | 1433 |
SQL_USER | Yes | Database username | |
HTTP_PORT | No | HTTP server port | 3333 |
SQL_SERVER | No | SQL Server hostname/IP | localhost |
SQL_ENCRYPT | No | Enable encryption | true |
SQL_DATABASE | No | Database name | master |
SQL_PASSWORD | Yes | Database password | |
SQL_TRUST_CERT | No | Trust server certificate | false |
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 |