Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | Yes | API key for the MCP server |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
translate_master | 简单的翻译工具,可以将内容翻译成指定语言 |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
config |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
number_add | 简单的求和工具,当想要计算两个数字相加后的结果时调用 |
get_current_time | 返回当前的日期和时间 |