Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for the server | info |
| RATE_LIMIT_QPS | No | Rate limit in queries per second | 2 |
| REQUEST_TIMEOUT | No | Request timeout in milliseconds | 30000 |
| GET_BIJI_API_KEY | Yes | Your Get笔记 API key (required) | |
| RATE_LIMIT_DAILY | No | Daily rate limit for API requests | 5000 |
| GET_BIJI_API_BASE_URL | No | The base URL for the Get笔记 API | https://open-api.biji.com/getnote/openapi |
| GET_BIJI_DEFAULT_TOPIC_ID | No | Your default topic/knowledge base ID |
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 | |