Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port on which the server will run. | 3000 |
| NODE_ENV | No | Node environment (development or production). | development |
| CONFLUENCE_URL | No | The URL of the Confluence server (e.g., https://your-confluence.com). | |
| SERVER_TIMEOUT | No | Global server timeout in milliseconds. | 10000 |
| COMMENT_TIMEOUT | No | Timeout for comment-specific requests in milliseconds. | 15000 |
| CONFLUENCE_PASSWORD | No | Password for authentication. | |
| CONFLUENCE_USERNAME | No | Username for authentication. | |
| REJECT_UNAUTHORIZED | No | Whether to reject unauthorized TLS certificates. | true |
| COMMENT_API_STRATEGY | No | Comment API implementation strategy: standard (REST API), tinymce (TinyMCE endpoint), or auto (automatic fallback). | standard |
| COMMENT_ENABLE_FALLBACK | No | Whether to enable fallback mechanism when the preferred comment API fails. | true |
| CONFLUENCE_ACCESS_TOKEN | No | Personal Access Token for authentication (recommended). |
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 | |