Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FEDRAMP_DOCS_PATH | No | Path to an existing FedRAMP/docs checkout. | ~/.cache/fedramp-docs |
| FEDRAMP_DOCS_BRANCH | No | Branch to checkout when cloning. | main |
| FEDRAMP_DOCS_REMOTE | No | Remote used when cloning. | https://github.com/FedRAMP/docs |
| FEDRAMP_DOCS_AUTO_UPDATE | No | Automatically check for and fetch repository updates. | true |
| FEDRAMP_DOCS_INDEX_PERSIST | No | Persist the in-memory index under `~/.cache/fedramp-docs/index-v1.json`. | true |
| FEDRAMP_DOCS_ALLOW_AUTO_CLONE | No | Clone automatically when the path is missing. | true |
| FEDRAMP_DOCS_UPDATE_CHECK_HOURS | No | Hours between automatic update checks (when auto-update is enabled). | 24 |
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 | |