Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
UV_PUBLISH_TOKEN | No | Your PyPI token for publishing | |
UV_PUBLISH_PASSWORD | No | Your PyPI password for publishing | |
UV_PUBLISH_USERNAME | No | Your PyPI username for publishing |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
summarize-notes | Creates a summary of all notes |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
add-note | Add a new note |
scan-dicom-directory | Scan a directory for DICOM files and organize them into series |
extract-dicom-metadata | Extract detailed metadata from a DICOM file |
load-dicom-series | Load a DICOM series into memory for processing |
load-dicom-seg | Load a DICOM SEG file and associate it with a reference image |
crop-dicom-image | Crop a loaded DICOM image by removing boundary percentage |