Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACCESS_JWKS_URL | Yes | Your Access for SaaS JWKS URL | |
| ACCESS_CLIENT_ID | Yes | Your Access for SaaS OIDC App Client ID | |
| ACCESS_TOKEN_URL | Yes | Your Access for SaaS token URL | |
| ACCESS_CLIENT_SECRET | Yes | Your Access for SaaS OIDC App Client secret | |
| COOKIE_ENCRYPTION_KEY | Yes | Random string for cookie encryption (e.g. openssl rand -hex 32) | |
| ACCESS_AUTHORIZATION_URL | Yes | Your Access for SaaS authorization URL |
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 | |