Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BM25_B | No | BM25 algorithm's field length normalization parameter | 0.75 |
BM25_K1 | No | BM25 algorithm's term frequency saturation parameter | 1.2 |
NODE_ENV | No | Node environment setting | production |
LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
DOCS_BASE_PATH | No | Base path for document files | ./docs |
CHUNK_MIN_WORDS | No | Minimum number of words per chunk | 30 |
MCP_SERVER_NAME | No | Custom name for the MCP server | knowledge-retrieval |
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 |