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 |
---|---|
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 |
---|---|
add | 执行浮点数加法运算 |
subtract | 执行浮点数减法运算 |
multiply | 执行浮点数乘法运算 |
divide | 执行浮点数除法运算 Args: b: 除数(必须非零) |
power | 计算幂运算 |
sqrt | 计算平方根 |
factorial | 计算整数阶乘 |