Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HOST | No | The host address on which to run the MCP server | 0.0.0.0 |
MCP_PORT | No | The port on which to run the MCP server | 8000 |
DB_API_KEY | Yes | Your API key for database access | |
DB_SERVER_HOST | Yes | Your ProAlpha MSSQL server address | |
DB_SERVER_PORT | Yes | The port of your ProAlpha MSSQL server | 8080 |
SCHEMA_CACHE_PATH | No | Path to store the database schema cache | ./schema_cache |
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 |