Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OAUTH_ENABLED | No | Whether OAuth is enabled for the provider configuration. | true |
| DEDALUS_AS_URL | No | The URL for Dedalus AS. | https://as.dedaluslabs.ai |
| OAUTH_BASE_URL | No | Base URL for Linear API. | https://api.linear.app |
| DEDALUS_API_KEY | Yes | Your Dedalus API key (dsk_*). | |
| DEDALUS_API_URL | No | The URL for the Dedalus API. | https://api.dedaluslabs.ai |
| OAUTH_CLIENT_ID | Yes | Your Linear OAuth app client ID. | |
| OAUTH_TOKEN_URL | No | Linear OAuth token URL. | https://api.linear.app/oauth/token |
| OAUTH_AUTHORIZE_URL | No | Linear OAuth authorization URL. | https://linear.app/oauth/authorize |
| OAUTH_CLIENT_SECRET | Yes | Your Linear OAuth app client secret. | |
| OAUTH_SCOPES_AVAILABLE | No | Available scopes for Linear OAuth. | read,write,issues:create,comments:create |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |