Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (HTTP mode) | 3000 |
| COUNSEL_API_KEY | No | Your API key from counsel.getmason.dev (required for STDIO mode) | |
| COUNSEL_API_URL | No | Counsel API base URL | https://counsel.getmason.dev |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_consultation | - |
| get_consultation_status | - |
| get_consultation_report | - |
| list_consultations | - |
| sharpen_question | - |
| consult_advisor | - |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |