Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
RM_DB_HOST | Yes | Database host | |
RM_DB_NAME | Yes | Database name | |
RM_DB_PORT | Yes | Database port | |
RM_DB_USER | Yes | Database user | |
RM_DB_PASSWORD | Yes | Database password | |
RM_OPENAI_API_KEY | Yes | OpenAI-compatible API key for embeddings | |
RM_OPENAI_ENDPOINT | Yes | OpenAI-compatible model endpoint URL for embeddings |
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 |