Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REGISTRY_REVIEW_LLM_MODEL | No | Model selection for LLM extraction | claude-sonnet-4-20250514 |
| REGISTRY_REVIEW_LOG_LEVEL | No | Logging level | INFO |
| REGISTRY_REVIEW_ANTHROPIC_API_KEY | No | Your Anthropic API key from https://console.anthropic.com/ (required for LLM extraction in Phase 4.2) | |
| REGISTRY_REVIEW_LLM_EXTRACTION_ENABLED | No | Enable LLM extraction | false |
| REGISTRY_REVIEW_LLM_CONFIDENCE_THRESHOLD | No | Confidence threshold for filtering extraction results | 0.7 |
| REGISTRY_REVIEW_MAX_API_CALLS_PER_SESSION | No | Cost management - maximum API calls per session | 50 |
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 | |