Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
base64_usage_guide | 提供Base64服务的基本使用指南 |
encode_text_prompt | 文本编码提示模板 |
encode_image_prompt | 图片编码提示模板 |
error_handling_prompt | 错误处理提示模板 |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
base64_encode_text | 将文本转换为Base64编码 Copy |
base64_decode_text | 将Base64编码解码为文本 Copy |
base64_encode_image | 将图片转换为Base64编码 Copy |
base64_decode_image | 将Base64编码解码为图片 Copy |