Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际apikey (Your actual API key) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| clear_note | Clears the current note, making it empty. |
| write_note | Replaces the current note with a new string. |
| read_note | Returns the current content of the note. |
| append_note | Appends new text to the current note, starting with a new line. Optionally includes a separator line. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |