Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | LLM モデル名 | qwen3.5:9b |
| EMBED_MODEL | No | Embedding モデル名 | nomic-embed-text |
| OLLAMA_HOST | No | Ollama エンドポイント | http://localhost:11434 |
| CHROMA_DB_PATH | No | ChromaDB の保存先 | ./chroma_db |
| COLLECTION_NAME | No | ChromaDB コレクション名 | documents |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |