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 |
|---|---|
| code-review | 代码审查提示模板,帮助进行系统化的代码审查 |
| doc-generation | 文档生成提示模板,用于生成项目文档、API文档等 |
| debug-help | 调试帮助提示模板,提供系统化的调试方法 |
| test-generation | 测试用例生成提示模板,帮助编写完整的测试用例 |
| refactoring | 重构建议提示模板,提供代码重构的系统方法 |
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 | 将两个数字相除并返回结果 |