Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PYTHONPATH | No | Python path for the MCP server | |
USER_AGENT | No | User agent for web scraping | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 |
VECTORSTORE_DIR | No | Vector store directory path | |
LLMSHERPA_API_URL | No | LLMSherpa API URL (use local if available, otherwise cloud) | http://localhost:5001/api/parseDocument?renderFormat=all |
CUDA_VISIBLE_DEVICES | No | Optional: CUDA device for GPU acceleration | 0 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |