Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Optional: Set logging level (DEBUG, INFO, WARN, ERROR) | |
SCHWAB_CLIENT_ID | Yes | Your Schwab App Key from the Schwab Developer Portal | |
SCHWAB_REDIRECT_URI | Yes | The callback URL for OAuth flow (e.g., https://your-worker-name.workers.dev/callback) | |
SCHWAB_CLIENT_SECRET | Yes | Your Schwab App Secret from the Schwab Developer Portal | |
COOKIE_ENCRYPTION_KEY | Yes | Encryption key for cookies (generate with: openssl rand -hex 32) |
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 |