Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | Ollama服务地址 | http://localhost:11434 |
| OLLAMA_TIMEOUT | No | 请求超时时间(秒) | 30 |
| API_DOC_FILE_PATH | No | API文档路径 | ollama-api.md |
| OLLAMA_USER_AGENT | No | 请求标识 | Ollama_MCP_Guidance/1.0 |
| API_DOC_MAX_LENGTH | No | API文档内容最大长度 | 8000 |
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 | |