Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | No | The Python path to include the project root directory |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_cve_details | Get detailed information about a specific CVE by its ID. Returns severity, CVSS score, description, and references. |
| search_cves | Search CVEs by keyword in description |
| get_statistics | Get database stats (count, date range, last update) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |