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 |
|---|---|
| create_repository | 创建 Gitee 仓库 |
| fork_repository | Fork Gitee 仓库 |
| create_branch | 在 Gitee 仓库中创建一个新分支 |
| list_branches | 列出 Gitee 仓库中的分支 |
| get_branch | 获取 Gitee 仓库中的特定分支信息 |
| get_file_contents | 获取 Gitee 仓库中文件或目录的内容 |
| create_or_update_file | 在 Gitee 仓库中创建或更新文件 |
| push_files | 向 Gitee 仓库提交多个文件 |
| create_issue | 在 Gitee 仓库中创建 Issue |
| list_issues | 列出 Gitee 仓库中的 Issues |
| get_issue | 获取 Gitee 仓库中的特定 Issue |
| update_issue | 更新 Gitee 仓库中的 Issue |
| add_issue_comment | 向 Gitee 仓库中的 Issue 添加评论 |
| create_pull_request | 在 Gitee 仓库中创建 Pull Request |
| list_pull_requests | 列出 Gitee 仓库中的 Pull Requests |
| get_pull_request | 获取 Gitee 仓库中的特定 Pull Request |
| update_pull_request | 更新 Gitee 仓库中的 Pull Request |
| merge_pull_request | 合并 Gitee 仓库中的 Pull Request |
| get_user | 获取 Gitee 用户信息 |
| get_current_user | 获取当前认证的 Gitee 用户信息 |